diff --git a/src/pages/ProductRegistration.tsx b/src/pages/ProductRegistration.tsx new file mode 100644 index 00000000..8b202c28 --- /dev/null +++ b/src/pages/ProductRegistration.tsx @@ -0,0 +1,15 @@ +import ProductRegistrationComponent from "../components/productRegistration/ProductRegistrationComponent"; + +function ProductRegistration() { + return ( + + + + + + + + ); +} + +export default ProductRegistration;