diff options
Diffstat (limited to 'client-web/source/resource')
-rw-r--r-- | client-web/source/resource/file.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/resource/file.ts b/client-web/source/resource/file.ts index 38bc566..f577580 100644 --- a/client-web/source/resource/file.ts +++ b/client-web/source/resource/file.ts @@ -7,7 +7,7 @@ import { display_filesize, ebutton, ediv, espan, sleep } from "../helper.ts"; import { log } from "../logger.ts"; -import { StreamDownload } from "../sw/download_stream.ts"; +import { StreamDownload } from "../download_stream.ts"; import { RemoteUser } from "../user/remote.ts"; import { LocalResource, ResourceHandlerDecl } from "./mod.ts"; |