reiji-h 2 лет назад
Родитель
Сommit
b9b7049614

+ 1 - 0
packages/editor/src/services/dropzone-editor/index.ts

@@ -0,0 +1 @@
+export * from './use-dropzone-editor';

+ 1 - 1
packages/editor/src/services/index.ts

@@ -1,2 +1,2 @@
 export * from './codemirror-editor';
 export * from './codemirror-editor';
-export * from './dropzone-edior';
+export * from './dropzone-editor';