github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/ui/app/routes/servers/server.js (about)

     1  import Route from '@ember/routing/route';
     2  import WithModelErrorHandling from 'nomad-ui/mixins/with-model-error-handling';
     3  
     4  export default Route.extend(WithModelErrorHandling);