2023-04-10 15:36:59 +00:00
|
|
|
|
/**
|
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
*/
|
|
|
|
|
|
2019-07-15 17:14:32 +00:00
|
|
|
|
// This lets us use copy-button to wrap ember-cli-clipboard’s component
|
|
|
|
|
export { default } from 'ember-cli-clipboard/components/copy-button';
|