website refactor

This commit is contained in:
2026-01-15 18:52:03 +01:00
parent f035cfe7ce
commit 5ef149b782
39 changed files with 564 additions and 518 deletions

View File

@@ -16,4 +16,5 @@ export interface RulebookScoringConfig {
export interface LeagueRulebookViewData {
scoringConfig: RulebookScoringConfig | null;
positionPoints: Array<{ position: number; points: number }>;
}