fix(FE): Area import path in logistic-stock types

This commit is contained in:
rstubryan
2025-12-11 15:28:26 +07:00
parent 51ff739926
commit 5de5dcffc0
+1 -1
View File
@@ -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;