File tree 1 file changed +1
-6
lines changed
ui/pages/confirmations/components/confirm/info/token-transfer
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,15 @@ import {
9
9
Icon ,
10
10
IconName ,
11
11
IconSize ,
12
- Text ,
13
12
} from '../../../../../../components/component-library' ;
14
13
import {
15
14
AlignItems ,
16
15
Display ,
17
16
FlexDirection ,
18
17
IconColor ,
19
18
JustifyContent ,
20
- TextVariant ,
21
19
} from '../../../../../../helpers/constants/design-system' ;
22
- import {
23
- ConfirmInfoRow ,
24
- ConfirmInfoRowAddress ,
25
- } from '../../../../../../components/app/confirm/info/row' ;
20
+ import { ConfirmInfoRowAddress } from '../../../../../../components/app/confirm/info/row' ;
26
21
import { RowAlertKey } from '../../../../../../components/app/confirm/info/row/constants' ;
27
22
import { ConfirmInfoAlertRow } from '../../../../../../components/app/confirm/info/row/alert-row/alert-row' ;
28
23
import { useI18nContext } from '../../../../../../hooks/useI18nContext' ;
You can’t perform that action at this time.
0 commit comments