fix: build

This commit is contained in:
2024-07-09 16:28:42 +02:00
parent 2163a63a7c
commit 92ba5bcb24

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { LL } from "../../i18n/i18n-svelte";
import { LL } from "$i18n/i18n-svelte";
</script>
<h1>{$LL.update.TITLE()}</h1>