restruct: types organization

This commit is contained in:
2024-12-02 17:03:33 +01:00
parent 56ae593d5e
commit 346d20fc08
11 changed files with 98 additions and 8 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ import { defineComponent } from 'vue';
import { useStore } from '../../store';
import stockMixin from '../../mixins/stockMixin';
import { ICargo, ICarWagon, IStock } from '../../types';
import { ICargo, ICarWagon, IStock } from '../../types/common.types';
import { isTractionUnit } from '../../utils/vehicleUtils';
import generatorDataJSON from '../../data/generatorData.json';