diff --git a/web/src/app.d.ts b/web/src/app.d.ts index ccec3f33d6e..d0d25443c93 100644 --- a/web/src/app.d.ts +++ b/web/src/app.d.ts @@ -28,7 +28,7 @@ interface Element { requestFullscreen?(options?: FullscreenOptions): Promise; } -import type en from '$lib/en.json'; +import type en from '$i18n/en.json'; import 'svelte-i18n'; type NestedKeys = K extends keyof T & string