Fix Website
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-03-01 20:07:09 +01:00
parent 9c02cc1f4d
commit 73bd6a5e96

View File

@ -20,6 +20,7 @@
<script lang="ts">
import {t} from "astro-i18n";
import {statsRepo} from "@repo/stats.ts";
import "@styles/table.css"
interface Props {
@ -64,7 +65,3 @@
<p>{error.message}</p>
{/await}
<style>
@import "../styles/table.css";
</style>