8 lines
222 B
JavaScript
8 lines
222 B
JavaScript
/**
|
||
* Copyright (c) HashiCorp, Inc.
|
||
* SPDX-License-Identifier: MPL-2.0
|
||
*/
|
||
|
||
// This lets us use copy-button to wrap ember-cli-clipboard’s component
|
||
export { default } from 'ember-cli-clipboard/components/copy-button';
|