mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Comments: updated component and split out code
Split out comment component code so single-comment actions (delete, edit) are handled within their own compontent. Modernised existing component code.
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user