fixed merge conflict in tests/index

This commit is contained in:
Matthew Dillon 2015-11-13 08:33:04 -07:00
commit 8730b6659f
116 changed files with 1793 additions and 1106 deletions

View file

@ -1,3 +1,5 @@
import Ember from 'ember';
export default Ember.Route.extend({});
const { Route } = Ember;
export default Route.extend({});