mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
restruct: types organization
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user