basic text editor
This commit is contained in:
4
frontend/stores/viewers/index.ts
Normal file
4
frontend/stores/viewers/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { useImageViewer } from './image';
|
||||
import { useTextEditor } from './text';
|
||||
|
||||
export { useImageViewer, useTextEditor };
|
||||
Reference in New Issue
Block a user