mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 05:45: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';
|
||||
|
||||
const Product = () => {
|
||||
const Movement = () => {
|
||||
return (
|
||||
<section className='w-full p-4'>
|
||||
<MovementTable />
|
||||
@@ -8,4 +8,4 @@ const Product = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Product;
|
||||
export default Movement;
|
||||
|
||||
Reference in New Issue
Block a user