import { createContext } from "react" import type { RatesStore } from "@/types/contexts/rates" export const RatesContext = createContext(null)