Migracja store'a

This commit is contained in:
2022-07-25 23:00:05 +02:00
parent c46ddc8b0b
commit bea95f9cf3
12 changed files with 430 additions and 447 deletions
+3 -1
View File
@@ -17,6 +17,8 @@ export interface IStore {
swapVehicles: boolean;
vehiclePreviewSrc: string;
isRandomizerCardOpen: boolean;
}
export interface IVehicleData {
@@ -67,4 +69,4 @@ export interface IStock {
supportersOnly: boolean;
count: number;
imgSrc: string;
}
}