X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ab07f7df6cc4b60768d385064a970d05db8234eb..refs/pull/494/head:/resources/assets/js/components/index.js diff --git a/resources/assets/js/components/index.js b/resources/assets/js/components/index.js index 43466a0d9..988409fbc 100644 --- a/resources/assets/js/components/index.js +++ b/resources/assets/js/components/index.js @@ -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 = {};