mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
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);
|