diff --git a/src/backend/providers/s5.ts b/src/backend/providers/s5.ts index bbcb76b..288c39e 100644 --- a/src/backend/providers/s5.ts +++ b/src/backend/providers/s5.ts @@ -1,6 +1,6 @@ import type { ContentProvider } from "../types.js"; import * as nodePath from "path"; -import { s5Client } from "@/clients.ts"; +import { s5Client } from "../../clients.js"; export default class IPFSProvider implements ContentProvider { private _client = s5Client;