Skip to content

Commit 9d6d7f5

Browse files
committed
Fix Js import
1 parent 015e2cf commit 9d6d7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function start(params: Params) {
4242

4343
(window as any).dsfr = { verbose, "mode": "manual" };
4444

45-
await import("../dsfr/dsfr.module" as any);
45+
await import("./dsfr/dsfr.module" as any);
4646

4747
const { dsfr } = window as unknown as { dsfr: { start: () => void } };
4848

0 commit comments

Comments
 (0)