Update the way to import
The way to import the module just got easier:
import RouterScroll from 'ember-router-scroll';
const Router = Ember.Router.extend(RouterScroll,{...
The way to import the module just got easier:
import RouterScroll from 'ember-router-scroll';
const Router = Ember.Router.extend(RouterScroll,{...