Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import Route from '@ember/routing/route';
import WithModelErrorHandling from 'nomad-ui/mixins/with-model-error-handling';
export default class ServerRoute extends Route.extend(WithModelErrorHandling) {}