]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/index.js
Updates the OIDC userinfo endpoint request to allow for a `Content-Type` response...
[bookstack] / resources / js / components / index.js
index 803714e62a35658d3b134831eb896740d2687bfb..8ad5e14cb2e41b6c89570c6b11714a819589f181 100644 (file)
@@ -34,6 +34,7 @@ export {MarkdownEditor} from './markdown-editor';
 export {NewUserPassword} from './new-user-password';
 export {Notification} from './notification';
 export {OptionalInput} from './optional-input';
+export {PageComment} from './page-comment';
 export {PageComments} from './page-comments';
 export {PageDisplay} from './page-display';
 export {PageEditor} from './page-editor';
@@ -57,3 +58,5 @@ export {TriLayout} from './tri-layout';
 export {UserSelect} from './user-select';
 export {WebhookEvents} from './webhook-events';
 export {WysiwygEditor} from './wysiwyg-editor';
+export {WysiwygEditorTinymce} from './wysiwyg-editor-tinymce';
+export {WysiwygInput} from './wysiwyg-input';