mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
8 lines
235 B
TypeScript
8 lines
235 B
TypeScript
import ProductionStandardTable from '@/components/pages/master-data/production-standard/ProductionStandardTable';
|
|
|
|
const ProductionStandardPage = () => {
|
|
return <ProductionStandardTable />;
|
|
};
|
|
|
|
export default ProductionStandardPage;
|