Files
frontend-app-discussions/src/components/index.js
Kshitij Sobti a1148867ca feat: Update the post editor to include TinyMCE and connect to API
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.
2021-09-14 19:16:28 +05:30

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';