2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2020-08-10 08:26:02 +00:00
|
|
|
import Component from '@ember/component';
|
|
|
|
|
|
|
|
import Slotted from 'block-slots';
|
|
|
|
|
|
|
|
export default Component.extend(Slotted, {
|
|
|
|
tagName: '',
|
|
|
|
});
|