Skip to content

Commit e5cfb09

Browse files
committed
fix import order
1 parent a8400a4 commit e5cfb09

File tree

1 file changed

+2
-3
lines changed
  • src/components/Staking/StakingConsiderations

1 file changed

+2
-3
lines changed

src/components/Staking/StakingConsiderations/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import { List, ListItem } from "@/components/ui/list"
2-
import { VStack, Flex } from "@/components/ui/flex"
3-
41
import type { StakingPage } from "@/lib/types"
52

63
import ButtonDropdown from "@/components/ButtonDropdown"
@@ -10,6 +7,8 @@ import {
107
WarningProductGlyphIcon,
118
} from "@/components/icons/staking"
129
import Translation from "@/components/Translation"
10+
import { Flex, VStack } from "@/components/ui/flex"
11+
import { List, ListItem } from "@/components/ui/list"
1312

1413
import { trackCustomEvent } from "@/lib/utils/matomo"
1514

0 commit comments

Comments
 (0)