Some Code Cleanup

This commit is contained in:
2023-12-25 21:54:40 +01:00
parent a2687083e0
commit 3108d9bf20
61 changed files with 305 additions and 247 deletions

View File

@@ -30,7 +30,7 @@
Legend,
Title
} from "chart.js"
import type {FightStats} from "./types/stats.ts"
import type {FightStats} from "@type/stats.ts"
import 'chartjs-adapter-dayjs-4'
export let data: FightStats;