We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015e2cf commit 9d6d7f5Copy full SHA for 9d6d7f5
src/start.ts
@@ -42,7 +42,7 @@ export async function start(params: Params) {
42
43
(window as any).dsfr = { verbose, "mode": "manual" };
44
45
- await import("../dsfr/dsfr.module" as any);
+ await import("./dsfr/dsfr.module" as any);
46
47
const { dsfr } = window as unknown as { dsfr: { start: () => void } };
48
0 commit comments