Basic steps with text inputs to test the navigation and formatting, add final review step component to show all values
8 lines
430 B
JavaScript
8 lines
430 B
JavaScript
export { default as awsTarget } from './aws';
|
|
export { default as googleCloudTarger } from './googleCloud';
|
|
export { default as msAzureTarget } from './msAzure';
|
|
export { default as packages } from './packages';
|
|
export { default as registration } from './registration';
|
|
export { default as review } from './review';
|
|
export { default as imageOutput } from './imageOutput';
|
|
export { default as nextStepMapper } from './stepMapper';
|