6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
|
import SelectedNameComponent from "select-kit/components/selected-name";
|
||
|
|
||
|
export default SelectedNameComponent.extend({
|
||
|
tagName: "",
|
||
|
});
|