mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
8 lines
189 B
TypeScript
8 lines
189 B
TypeScript
import LogisticStockTabs from '@/components/pages/report/logistic-stock/LogisticStockTabs';
|
|
|
|
const LogisticStock = () => {
|
|
return <LogisticStockTabs />;
|
|
};
|
|
|
|
export default LogisticStock;
|