mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Migracja na Vite
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user