github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/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 class ServerRoute extends Route.extend(WithModelErrorHandling) {}