mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
fix(FE): Area import path in logistic-stock types
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
import { BaseMetadata } from '@/types/api/api-general';
|
import { BaseMetadata } from '@/types/api/api-general';
|
||||||
import { Supplier } from '@/types/api/supplier/supplier';
|
import { Supplier } from '@/types/api/supplier/supplier';
|
||||||
import { Product } from '@/types/api/product/product';
|
import { Product } from '@/types/api/product/product';
|
||||||
import { Area } from '../master-data/area';
|
import { Area } from '@types/api/area/area';
|
||||||
|
|
||||||
export type LogisticStockItems = {
|
export type LogisticStockItems = {
|
||||||
id: number;
|
id: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user