mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +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 { Supplier } from '@/types/api/supplier/supplier';
|
||||
import { Product } from '@/types/api/product/product';
|
||||
import { Area } from '../master-data/area';
|
||||
import { Area } from '@types/api/area/area';
|
||||
|
||||
export type LogisticStockItems = {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user