Skip to content

Commit 273b7b8

Browse files
fix: fixes imports
1 parent 41c2237 commit 273b7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/pages/wallet/TokenOverview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
TokenOverviewSelectorsIDs,
55
TokenOverviewSelectorsText,
66
} from '../../selectors/wallet/TokenOverview.selectors';
7-
import { WalletActionsBottomSheetSelectorsIDs } from '../../selectors/wallet/WalletActionsBottomSheet.selectors.js';
7+
import { WalletActionsBottomSheetSelectorsIDs } from '../../selectors/wallet/WalletActionsBottomSheet.selectors';
88
import { WalletViewSelectorsIDs } from '../../selectors/wallet/WalletView.selectors';
99
import { CommonSelectorsIDs } from '../../selectors/Common.selectors';
1010

0 commit comments

Comments
 (0)