New Code Editor and fun
This commit is contained in:
10
src/pages/stats/fight.astro
Normal file
10
src/pages/stats/fight.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
import PageLayout from "../../layouts/PageLayout.astro";
|
||||
import FightStatistics from "../../components/FightStatistics.svelte";
|
||||
import {t} from "astro-i18n";
|
||||
---
|
||||
|
||||
<PageLayout title={t("stats.title")}>
|
||||
<FightStatistics client:only="svelte" />
|
||||
</PageLayout>
|
||||
Reference in New Issue
Block a user