chore: cleaning up select-rate
This commit is contained in:
5
contexts/Rates.ts
Normal file
5
contexts/Rates.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createContext } from "react"
|
||||
|
||||
import type { RatesStore } from "@/types/contexts/rates"
|
||||
|
||||
export const RatesContext = createContext<RatesStore | null>(null)
|
||||
Reference in New Issue
Block a user