]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/js/components/index.js
Added migration file.
[bookstack] / resources / assets / js / components / index.js
index 43466a0d9c1ebb804589782a52e5125f76444e0b..988409fbca08b8c30c8051c1f63c1fffb19f2fcd 100644 (file)
@@ -6,6 +6,10 @@ let componentMapping = {
     'notification': require('./notification'),
     'chapter-toggle': require('./chapter-toggle'),
     'expand-toggle': require('./expand-toggle'),
+    'entity-selector-popup': require('./entity-selector-popup'),
+    'entity-selector': require('./entity-selector'),
+    'sidebar': require('./sidebar'),
+    'page-picker': require('./page-picker'),
 };
 
 window.components = {};