File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- import { chakra , HTMLChakraProps } from "@chakra-ui/react"
2
1
import React , { ReactNode } from "react"
3
2
import { useIntl } from "react-intl"
3
+ import { chakra , HTMLChakraProps } from "@chakra-ui/react"
4
4
import { translateMessageId } from "../../utils/translations"
5
5
import { HandleClickParam } from "./use-trilemma"
6
6
Original file line number Diff line number Diff line change
1
+ import React from "react"
1
2
import {
2
3
Drawer ,
3
4
DrawerCloseButton ,
@@ -9,7 +10,6 @@ import {
9
10
Show ,
10
11
Text ,
11
12
} from "@chakra-ui/react"
12
- import React from "react"
13
13
import Card from "../Card"
14
14
import Translation from "../Translation"
15
15
import { TriangleSVG , IProps as TriangleSVGProps } from "./Triangle"
Original file line number Diff line number Diff line change 1
- import React from "react"
2
- import { useState } from "react"
1
+ import React , { useState } from "react"
3
2
import Translation from "../Translation"
4
3
import { IProps as CardProps } from "../Card"
5
4
You can’t perform that action at this time.
0 commit comments