mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
Scaffold for new Wizard - Rails / Ember / Tests
This commit is contained in:
8
app/assets/javascripts/wizard/wizard.js.es6
Normal file
8
app/assets/javascripts/wizard/wizard.js.es6
Normal file
@ -0,0 +1,8 @@
|
||||
import Resolver from 'wizard/resolver';
|
||||
import Router from 'wizard/router';
|
||||
|
||||
export default Ember.Application.extend({
|
||||
rootElement: '#wizard-main',
|
||||
Resolver,
|
||||
Router
|
||||
});
|
Reference in New Issue
Block a user