mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE-62): rename Product component to Movement for clarity
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import MovementTable from '@/components/pages/inventory/movement/MovementTable';
|
import MovementTable from '@/components/pages/inventory/movement/MovementTable';
|
||||||
|
|
||||||
const Product = () => {
|
const Movement = () => {
|
||||||
return (
|
return (
|
||||||
<section className='w-full p-4'>
|
<section className='w-full p-4'>
|
||||||
<MovementTable />
|
<MovementTable />
|
||||||
@@ -8,4 +8,4 @@ const Product = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Product;
|
export default Movement;
|
||||||
|
|||||||
Reference in New Issue
Block a user