Skeleton: Register SeasonPickCard modal component
This commit is contained in:
@ -17,6 +17,7 @@
|
|||||||
NameIcon,
|
NameIcon,
|
||||||
RacePickCard,
|
RacePickCard,
|
||||||
RaceResultCard,
|
RaceResultCard,
|
||||||
|
SeasonPickCard,
|
||||||
} from "$lib/components";
|
} from "$lib/components";
|
||||||
import { get_avatar_preview_event_handler } from "$lib/image";
|
import { get_avatar_preview_event_handler } from "$lib/image";
|
||||||
import {
|
import {
|
||||||
@ -58,6 +59,7 @@
|
|||||||
raceCard: { ref: RaceCard },
|
raceCard: { ref: RaceCard },
|
||||||
racePickCard: { ref: RacePickCard },
|
racePickCard: { ref: RacePickCard },
|
||||||
raceResultCard: { ref: RaceResultCard },
|
raceResultCard: { ref: RaceResultCard },
|
||||||
|
seasonPickCard: { ref: SeasonPickCard },
|
||||||
substitutionCard: { ref: SubstitutionCard },
|
substitutionCard: { ref: SubstitutionCard },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user