diff --git a/lib/object-storage-web/src/index.ts b/lib/object-storage-web/src/index.ts index 898369e2..3b675af6 100644 --- a/lib/object-storage-web/src/index.ts +++ b/lib/object-storage-web/src/index.ts @@ -1,2 +1,3 @@ export { ObjectUploader } from "./ObjectUploader"; export { useUpload, type UploadResponse } from "./use-upload"; + \ No newline at end of file