-/**
- * @extends {Component}
- */
import {htmlToDom} from "../services/dom";
+import {Component} from "./component";
-class EntityPermissions {
+export class EntityPermissions extends Component {
setup() {
this.container = this.$el;
row.remove();
}
-}
-
-export default EntityPermissions;
\ No newline at end of file
+}
\ No newline at end of file