mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Refactor ProductTable and RowOptionsMenu for improved
clarity
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
import ProductsTable from '@/components/pages/master-data/product/ProductTable';
|
||||
|
||||
const Product = () => {
|
||||
return (
|
||||
<section className='w-full p-4'>
|
||||
<ProductsTable />
|
||||
</section>
|
||||
);
|
||||
return <ProductsTable />;
|
||||
};
|
||||
|
||||
export default Product;
|
||||
|
||||
Reference in New Issue
Block a user