Skip to content

Commit

Permalink
refactor: remove more redundant files
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbusuttil committed Apr 23, 2024
1 parent 9d36a79 commit 43ca81c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 373 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions packages/core/src/ui/components/WalletSetup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ export * from './WalletSetupOptionsStep';
export * from './WalletSetupStepLayout';
export * from './WalletSetupRegisterStep';
export * from './WalletSetupMnemonicIntroStep';
export * from './WalletSetupMnemonicStep';
export * from './WalletSetupCreationStep';
export * from './WalletSetupModeStep';
export * from './WalletSetupFinalStep';
export * from './WalletSetupMnemonicVerificationStep';
export * from './WalletSetupConnectHardwareWalletStep';
export * from './WalletSetupSelectAccountsStep';
export * from './WalletSetupWalletNameStep';
Expand All @@ -21,3 +19,4 @@ export * from './WalletSetupConfirmationDialogProvider';
export * from './WalletAnalyticsInfo';
export * from './LegalTranslations';
export * from './AnalyticsConfirmationBanner';
export * from './types';
1 change: 1 addition & 0 deletions packages/core/src/ui/components/WalletSetup/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export type MnemonicStage = 'writedown' | 'input';

0 comments on commit 43ca81c

Please sign in to comment.