dashboard/loading view doesn't need layout
This commit is contained in:
parent
9591fdc4c6
commit
03ae9df2b5
|
@ -1,7 +1,5 @@
|
|||
`import Ember from 'ember'`
|
||||
|
||||
View = Ember.View.extend
|
||||
layoutName: 'layouts/dashboard'
|
||||
classNames: ['dashboard']
|
||||
View = Ember.View.extend()
|
||||
|
||||
`export default View`
|
||||
|
|
Loading…
Reference in New Issue
Block a user