fix: remove hash import

This commit is contained in:
Derrick Hammer 2024-03-28 20:30:06 -04:00
parent 6ba0e4af07
commit 37789394f4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export { S5Client } from "./client.js";
export type { CustomClientOptions } from "./utils/options.js";
export type { HashProgressEvent } from "#options/upload.js";
export type { HashProgressEvent } from "./options/upload.js";