]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/permissions-table.js
Updated another set of components
[bookstack] / resources / js / components / permissions-table.js
index d33c9928f9412998be6523f2244fcb0bc32b30c3..58ead1d57620b58a798ccdc0dfc3708121c8a1f9 100644 (file)
@@ -1,5 +1,6 @@
+import {Component} from "./component";
 
-class PermissionsTable {
+export class PermissionsTable extends Component {
 
     setup() {
         this.container = this.$el;
@@ -62,6 +63,4 @@ class PermissionsTable {
         }
     }
 
-}
-
-export default PermissionsTable;
\ No newline at end of file
+}
\ No newline at end of file