Files
frontend-app-authoring/src/index.jsx
connorhaugh d8c6b8dddd feat: Text Editor and V2 Editor Framework (#9)
Text Editor and V2 Editor Framework. Documentation to come.
2022-01-25 14:04:57 -05:00

7 lines
187 B
JavaScript

import Placeholder from './Placeholder';
import messages from './i18n/index';
import EditorPage from './editors/EditorPage';
export { messages, EditorPage };
export default Placeholder;