We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Router
1 parent 366118a commit aa4292aCopy full SHA for aa4292a
app/router.js
@@ -1,8 +1,7 @@
1
-import EmberRouter from '@ember/routing/router';
2
import config from './config/environment';
3
import RouterScroll from 'ember-router-scroll';
4
5
-export default class Router extends EmberRouter.extend(RouterScroll) {
+export default class Router extends RouterScroll {
6
location = config.locationType;
7
rootURL = config.rootURL;
8
}
0 commit comments