Explorar el Código

fix line error

reiji-h hace 2 años
padre
commit
1442f32520
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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';