]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/entity-permissions.js
Updated another set of components
[bookstack] / resources / js / components / entity-permissions.js
index 0dec5ca0937dda6620122628e5aef22b5ccd8013..d4a616ff1d5765e2f278028016e8fa95bf1d8cbc 100644 (file)
@@ -1,9 +1,7 @@
-/**
- * @extends {Component}
- */
 import {htmlToDom} from "../services/dom";
+import {Component} from "./component";
 
-class EntityPermissions {
+export class EntityPermissions extends Component {
 
     setup() {
         this.container = this.$el;
@@ -74,6 +72,4 @@ class EntityPermissions {
         row.remove();
     }
 
-}
-
-export default EntityPermissions;
\ No newline at end of file
+}
\ No newline at end of file