Lixfel anmerkungen #1

This commit is contained in:
2024-08-06 18:58:07 +02:00
parent d9f34e6316
commit 25a9f21ab4
8 changed files with 16 additions and 96 deletions

View File

@@ -5,5 +5,6 @@ import {t} from "astro-i18n";
---
<PageLayout title={t("stats.title")}>
<h1>{t("stats.title")}</h1>
<FightStatistics client:only="svelte"/>
</PageLayout>