refactor: repartition server-side and client-side code
This commit is contained in:
5
app/.client/components/editor/editors/index.ts
Normal file
5
app/.client/components/editor/editors/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { DefaultEditor } from './DefaultEditor';
|
||||
export type { EditorProps } from './EditorProps';
|
||||
export { ImageEditor } from './ImageEditor';
|
||||
export { LinkEditor } from './LinkEditor';
|
||||
export { TextEditor } from './TextEditor';
|
||||
Reference in New Issue
Block a user