Some refactoring

This commit is contained in:
Dominic Ferrando
2025-09-24 21:12:38 -04:00
parent 03625732fd
commit 7f0a51d34c
10 changed files with 506 additions and 478 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import avgWeightDataRaw from "$lib/data/avg-weights.json"
// DATA MODELS
// -------------------------------------------------------------------------------------------------
export interface Player {
export type Player = {
metrics: Metrics;
}