File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
src/components/Staking/StakingConsiderations Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
13
// SVG imports
3
14
import {
4
15
CautionProductGlyphIcon ,
5
16
GreenCheckProductGlyphIcon ,
6
17
WarningProductGlyphIcon ,
7
18
} from "../../icons/staking"
19
+
8
20
// Component imports
9
21
import ButtonDropdown from "../../ButtonDropdown"
10
22
import Translation from "../../Translation"
11
23
import { trackCustomEvent } from "../../../utils/matomo"
12
24
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"
23
25
24
26
const ChakraButtonDropdown = chakra ( ButtonDropdown , {
25
27
baseStyle : {
You can’t perform that action at this time.
0 commit comments