Skip to content

Commit

Permalink
fix(nami): [lw-11996] remove duplicated imports (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore authored Dec 17, 2024
1 parent 4763c6d commit 9990c88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/nami/src/ui/app/pages/dapp-connector/signTx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ import {

import type { TransactionValue } from './signTxUtil';
import type { UseAccount } from '../../../../adapters/account';
import {
DappConnector,
useDappOutsideHandles,
} from '../../../../features/dapp-outside-handles-provider';
import type { DappConnector } from '../../../../features/dapp-outside-handles-provider';
import type { Asset as NamiAsset } from '../../../../types/assets';
import type { AssetsModalRef } from '../../components/assetsModal';
import type { Cardano } from '@cardano-sdk/core';
Expand Down

0 comments on commit 9990c88

Please sign in to comment.