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
@@ -126,7 +126,7 @@ import imageMixin from '../../mixins/imageMixin';
import { useStore } from '../../store';
import stockPreviewMixin from '../../mixins/stockPreviewMixin';
import stockMixin from '../../mixins/stockMixin';
import { LocoGroupType, WagonGroupType } from '../../types';
import { LocoGroupType, WagonGroupType } from '../../types/common.types';
export default defineComponent({
mixins: [imageMixin, stockPreviewMixin, stockMixin],