This change adds the TinyMCE editor for editing posts and connects the post editor to the API, allowing adding new posts and editing existing ones.
4 lines
228 B
JavaScript
4 lines
228 B
JavaScript
export { default as PostActionsBar } from '../discussions/posts/post-actions-bar/PostActionsBar';
|
|
export { default as SelectableDropdown } from './SelectableDropdown';
|
|
export { default as TinyMCEEditor } from './TinyMCEEditor';
|