Initial commit of AthonetTools
This commit is contained in:
11
static/js/wizard/steps.js
Normal file
11
static/js/wizard/steps.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// static/js/graph/wizard/steps.js
|
||||
|
||||
import { mountTargetControls } from './step0_target.js';
|
||||
import { mountStep2Render } from './step2_render.js';
|
||||
import { mountStep3Deploy } from './step3_deploy.js';
|
||||
|
||||
export function mountWizard() {
|
||||
mountTargetControls();
|
||||
mountStep2Render();
|
||||
mountStep3Deploy();
|
||||
}
|
||||
Reference in New Issue
Block a user