github.com/hernad/nomad@v1.6.112/ui/app/components/providers/actors-relationships.js (about)

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  import Component from '@glimmer/component';
     7  import { inject as service } from '@ember/service';
     8  
     9  export default class ActorsRelationships extends Component {
    10    @service actorsRelationships;
    11  }