Skeleton: Register SeasonPickCard modal component

This commit is contained in:
2025-02-27 00:10:11 +01:00
parent 4a2b5e8781
commit e5fd61aa49

View File

@ -17,6 +17,7 @@
NameIcon,
RacePickCard,
RaceResultCard,
SeasonPickCard,
} from "$lib/components";
import { get_avatar_preview_event_handler } from "$lib/image";
import {
@ -58,6 +59,7 @@
raceCard: { ref: RaceCard },
racePickCard: { ref: RacePickCard },
raceResultCard: { ref: RaceResultCard },
seasonPickCard: { ref: SeasonPickCard },
substitutionCard: { ref: SubstitutionCard },
};