-import {onSelect} from "../services/dom";
+import {onSelect} from '../services/dom.ts';
+import {Component} from './component';
+
+export class OptionalInput extends Component {
-class OptionalInput {
setup() {
this.removeButton = this.$refs.remove;
this.showButton = this.$refs.show;
}
}
-
-export default OptionalInput;
\ No newline at end of file