« All deprecation guides
Deprecation Guide for Ember.Route
Previously, Route could be accessed via the Ember import:
import Ember from 'ember';
Ember.Route
If needed, Route can be imported:
import Route from '@ember/routing/route';