1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/components/app/step-progress-bar/index.js

7 lines
121 B
JavaScript
Raw Normal View History

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