fixed merge conflict in tests/index
This commit is contained in:
commit
8730b6659f
116 changed files with 1793 additions and 1106 deletions
|
@ -1,3 +1,5 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({});
|
||||
const { Route } = Ember;
|
||||
|
||||
export default Route.extend({});
|
||||
|
|
Reference in a new issue