1107798da6
Generated with a codemode: https://github.com/ember-cli/ember-modules-codemod
5 lines
176 B
JavaScript
5 lines
176 B
JavaScript
import Route from '@ember/routing/route';
|
|
import WithModelErrorHandling from 'nomad-ui/mixins/with-model-error-handling';
|
|
|
|
export default Route.extend(WithModelErrorHandling);
|