style: Improve code formatting and readability in FightStatistics component
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-05-06 13:42:49 +02:00
parent b9db5be858
commit b3598e1ee1

View File

@ -19,8 +19,8 @@
<script lang="ts">
import FightStatsChart from "./FightStatsChart.svelte";
import {t} from "astro-i18n";
import {statsRepo} from "@repo/stats.ts";
import { t } from "astro-i18n";
import { statsRepo } from "@repo/stats.ts";
let request = getStats();
@ -35,4 +35,4 @@
<FightStatsChart data={stats} />
{:catch error}
<p>error: {error}</p>
{/await}
{/await}