Skip to content

Commit

Permalink
fix: build failing due to missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbusuttil committed Apr 25, 2024
2 parents 5b507f1 + f653ff7 commit eb4b65a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { Wallet } from '@lace/cardano';
import { readMnemonicFromClipboard, writeMnemonicToClipboard } from './wallet-utils';
import isEqual from 'lodash/isEqual';
import { Dialog } from '@lace/ui';
import { MnemonicStage } from '@lace/core';

export interface WalletSetupMnemonicStepProps {
mnemonic: string[];
Expand Down

0 comments on commit eb4b65a

Please sign in to comment.