UNPKG

139 BJavaScriptView Raw
1import step1 from './step1.js';
2import step2 from './step2.js';
3import step3 from './step3.js';
4
5step1.init();
6step2.init();
7step3.init();