+import {Component} from "./component";
-class PermissionsTable {
+export class PermissionsTable extends Component {
setup() {
this.container = this.$el;
}
}
-}
-
-export default PermissionsTable;
\ No newline at end of file
+}
\ No newline at end of file