File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/StablecoinAccordion Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ import {
9
9
LinkOverlay ,
10
10
Text ,
11
11
} from "@chakra-ui/react"
12
- import { useStablecoinAccordion } from "./use-stablecoin-accordion"
13
- import Translation from "../Translation"
14
- import Link from "../Link"
15
12
import { MdArrowForward } from "react-icons/md"
16
- import { TranslationKey } from "../../utils/translations"
17
- import InfoBanner from "../InfoBanner"
18
13
import ButtonLink from "../ButtonLink"
19
14
import CardList from "../CardList"
15
+ import InfoBanner from "../InfoBanner"
16
+ import Link from "../Link"
17
+ import Translation from "../Translation"
20
18
import { AccordionCustomItem } from "./AccordionCustomItem"
19
+ import { useStablecoinAccordion } from "./use-stablecoin-accordion"
20
+ import { TranslationKey } from "../../utils/translations"
21
21
22
22
export type ChildOnlyType = {
23
23
children : ReactNode
You can’t perform that action at this time.
0 commit comments