1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/app/step-progress-bar/index.js
Alex Donesky 398ea62029
Add Import Secret Recovery Phrase View (#12289)
* Add import secret recovery phrase to onboarding flow
2021-10-13 12:41:24 -05:00

7 lines
121 B
JavaScript

export {
ThreeStepProgressBar,
TwoStepProgressBar,
threeStepStages,
twoStepStages,
} from './step-progress-bar';