Skip to content

Commit 9990c88

Browse files
authored
fix(nami): [lw-11996] remove duplicated imports (#1601)
1 parent 4763c6d commit 9990c88

File tree

1 file changed

+1
-4
lines changed
  • packages/nami/src/ui/app/pages/dapp-connector

1 file changed

+1
-4
lines changed

packages/nami/src/ui/app/pages/dapp-connector/signTx.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ import {
4747

4848
import type { TransactionValue } from './signTxUtil';
4949
import type { UseAccount } from '../../../../adapters/account';
50-
import {
51-
DappConnector,
52-
useDappOutsideHandles,
53-
} from '../../../../features/dapp-outside-handles-provider';
50+
import type { DappConnector } from '../../../../features/dapp-outside-handles-provider';
5451
import type { Asset as NamiAsset } from '../../../../types/assets';
5552
import type { AssetsModalRef } from '../../components/assetsModal';
5653
import type { Cardano } from '@cardano-sdk/core';

0 commit comments

Comments
 (0)