Updated to Svelte 5

This commit is contained in:
Mawoka
2025-09-21 12:42:04 +02:00
parent fa533257b3
commit a88cf13f82
137 changed files with 2279 additions and 1948 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
SPDX-License-Identifier: MPL-2.0
-->
<script>
<script lang="ts">
import { getLocalization } from '$lib/i18n';
const { t } = getLocalization();
export let quiz;
import ImportedOrNot from '$lib/view_quiz/imported_or_not.svelte';
let { quiz } = $props();
</script>
<div class="flex justify-center">