We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c6043 commit 276a331Copy full SHA for 276a331
src/components/StablecoinAccordion/index.tsx
@@ -20,7 +20,7 @@ import {
20
LeftColumnPanel,
21
RightColumnPanel,
22
} from "./AccordionCustomItem"
23
-import { useStablecoinAccordion } from "./use-stablecoin-accordion"
+import { useStablecoinAccordion } from "./useStablecoinAccordion"
24
import { TranslationKey } from "../../utils/translations"
25
26
export type ChildOnlyType = {
src/components/StablecoinAccordion/use-stablecoin-accordion.ts renamed to src/components/StablecoinAccordion/useStablecoinAccordion.ts
0 commit comments