fix import

This commit is contained in:
vcoppe
2025-11-10 16:54:09 +01:00
parent 01240c4f2a
commit e334419e24

View File

@@ -1,4 +1,4 @@
import { guides } from '$lib/components/docs/docs.js'; import { guides } from '$lib/components/docs/docs';
function getModule(language: string | undefined, guide: string) { function getModule(language: string | undefined, guide: string) {
language = language ?? 'en'; language = language ?? 'en';