mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
7eaf6b7a3a
clarity
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
import ProductsTable from '@/components/pages/master-data/product/ProductTable';
|
|
|
|
const Product = () => {
|
|
return <ProductsTable />;
|
|
};
|
|
|
|
export default Product;
|