6
app/components/Wizard/index.js
Executable file
6
app/components/Wizard/index.js
Executable file
@@ -0,0 +1,6 @@
|
||||
import { Wizard } from './Wizard';
|
||||
import { WizardStep } from './WizardStep';
|
||||
|
||||
Wizard.Step = WizardStep;
|
||||
|
||||
export default Wizard;
|
Reference in New Issue
Block a user