Skip to content

Commit 6860936

Browse files
committed
fix import order
1 parent f3abd08 commit 6860936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Staking/StakingHierarchy.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ import React from "react"
22
import { useTranslation } from "next-i18next"
33
import { IconBase } from "react-icons"
44
import { cssVar, Icon, SimpleGrid, Text, useToken } from "@chakra-ui/react"
5-
import { Center, VStack, Flex } from "@/components/ui/flex"
65

76
import { ChildOnlyProp } from "@/lib/types"
87

8+
import { Center, Flex, VStack } from "@/components/ui/flex"
9+
910
import { trackCustomEvent } from "@/lib/utils/matomo"
1011

1112
import { ButtonLink } from "../Buttons"

0 commit comments

Comments
 (0)