Browse Source

fix line error

reiji-h 2 years ago
parent
commit
1442f32520
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/editor/src/services/file-dropzone/index.ts

+ 2 - 2
packages/editor/src/services/file-dropzone/index.ts

@@ -1,2 +1,2 @@
-export * from './use-file-dropzone/use-file-dropzone.ts';
-export * from './use-file-dropzone/FileDropzoneOverlay.tsx'
+export * from './use-file-dropzone/use-file-dropzone';
+export * from './use-file-dropzone/FileDropzoneOverlay';