github.com/hernad/nomad@v1.6.112/ui/app/components/addon-copy-button.js (about)

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  // This lets us use copy-button to wrap ember-cli-clipboard’s component
     7  export { default } from 'ember-cli-clipboard/components/copy-button';