Skip to content

Commit f4c97ac

Browse files
chore(stablecoin-accordion): update import orders
1 parent 88e29fd commit f4c97ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/StablecoinAccordion/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ import {
99
LinkOverlay,
1010
Text,
1111
} from "@chakra-ui/react"
12-
import { useStablecoinAccordion } from "./use-stablecoin-accordion"
13-
import Translation from "../Translation"
14-
import Link from "../Link"
1512
import { MdArrowForward } from "react-icons/md"
16-
import { TranslationKey } from "../../utils/translations"
17-
import InfoBanner from "../InfoBanner"
1813
import ButtonLink from "../ButtonLink"
1914
import CardList from "../CardList"
15+
import InfoBanner from "../InfoBanner"
16+
import Link from "../Link"
17+
import Translation from "../Translation"
2018
import { AccordionCustomItem } from "./AccordionCustomItem"
19+
import { useStablecoinAccordion } from "./use-stablecoin-accordion"
20+
import { TranslationKey } from "../../utils/translations"
2121

2222
export type ChildOnlyType = {
2323
children: ReactNode

0 commit comments

Comments
 (0)