github.com/hernad/nomad@v1.6.112/ui/app/routes/servers/server.js (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 import Route from '@ember/routing/route'; 7 import WithModelErrorHandling from 'nomad-ui/mixins/with-model-error-handling'; 8 9 export default class ServerRoute extends Route.extend(WithModelErrorHandling) {}