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 a8400a4 commit e5cfb09Copy full SHA for e5cfb09
src/components/Staking/StakingConsiderations/index.tsx
@@ -1,6 +1,3 @@
1
-import { List, ListItem } from "@/components/ui/list"
2
-import { VStack, Flex } from "@/components/ui/flex"
3
-
4
import type { StakingPage } from "@/lib/types"
5
6
import ButtonDropdown from "@/components/ButtonDropdown"
@@ -10,6 +7,8 @@ import {
10
7
WarningProductGlyphIcon,
11
8
} from "@/components/icons/staking"
12
9
import Translation from "@/components/Translation"
+import { Flex, VStack } from "@/components/ui/flex"
+import { List, ListItem } from "@/components/ui/list"
13
14
import { trackCustomEvent } from "@/lib/utils/matomo"
15
0 commit comments