import {build as buildEditorConfig} from "../wysiwyg/config";
+import {Component} from "./component";
-class WysiwygEditor {
+export class WysiwygEditor extends Component {
setup() {
this.elem = this.$el;
return '';
}
-}
-
-export default WysiwygEditor;
+}
\ No newline at end of file