Skip to content

Commit f4f855a

Browse files
committed
import order
1 parent ae0edaa commit f4f855a

File tree

1 file changed

+12
-10
lines changed
  • src/components/Staking/StakingConsiderations

1 file changed

+12
-10
lines changed

src/components/Staking/StakingConsiderations/index.tsx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
import React from "react"
2+
import {
3+
Box,
4+
chakra,
5+
Flex,
6+
Heading,
7+
List,
8+
ListItem,
9+
Text,
10+
VStack,
11+
} from "@chakra-ui/react"
12+
213
// SVG imports
314
import {
415
CautionProductGlyphIcon,
516
GreenCheckProductGlyphIcon,
617
WarningProductGlyphIcon,
718
} from "../../icons/staking"
19+
820
// Component imports
921
import ButtonDropdown from "../../ButtonDropdown"
1022
import Translation from "../../Translation"
1123
import { trackCustomEvent } from "../../../utils/matomo"
1224
import { useStakingConsiderations } from "./use-staking-considerations"
13-
import {
14-
Box,
15-
chakra,
16-
Flex,
17-
Heading,
18-
List,
19-
ListItem,
20-
Text,
21-
VStack,
22-
} from "@chakra-ui/react"
2325

2426
const ChakraButtonDropdown = chakra(ButtonDropdown, {
2527
baseStyle: {

0 commit comments

Comments
 (0)