diff --git a/apps/doc-gen/src/app/docgen/templates.ts b/apps/doc-gen/src/app/docgen/templates.ts index 57a2c87863..3e4663e6da 100644 --- a/apps/doc-gen/src/app/docgen/templates.ts +++ b/apps/doc-gen/src/app/docgen/templates.ts @@ -66,7 +66,7 @@ async function readPartials() { async function readHelpers(name: string) { let helpersPath; - const h = await import(`${window.location.pathname}/themes/markdown/helpers'); + const h = await import(`${window.location.pathname}/themes/markdown/helpers`); const helpers: Record any> = {}; for (const name in h) {