Poprawka drag&drop

This commit is contained in:
2022-07-27 01:28:50 +02:00
parent 451a184ccb
commit a539719f76
5 changed files with 29 additions and 25 deletions
+2
View File
@@ -23,6 +23,7 @@ export interface IStore {
vehiclePreviewSrc: string;
isRandomizerCardOpen: boolean;
isRealStockListCardOpen: boolean;
}
export interface IVehicleData {
@@ -75,3 +76,4 @@ export interface IStock {
imgSrc: string;
}