Migracja na Vite

This commit is contained in:
2022-07-25 19:59:46 +02:00
parent ad671b59b7
commit c46ddc8b0b
21 changed files with 644 additions and 30483 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { EVehicleUseType } from "@/enums/EVehicleUseType";
import { ICarWagon, ILocomotive, IStock } from "@/types";
import { EVehicleUseType } from "../enums/EVehicleUseType";
import { IStock } from "../types";
export const verifyTrainSpec = (stockList: IStock[], vehicleMass: number, vehicleUseType: string) => {
const hasHeadLoco = stockList.length > 0