Added page

This commit is contained in:
CHIEFSOFT\ameye
2024-12-13 21:23:52 -05:00
parent a3cf18b96a
commit 4ba259dcce
7 changed files with 97 additions and 33 deletions
+7
View File
@@ -0,0 +1,7 @@
import React from 'react'
import ProductFactory from '../component/product/ProductFactory'
export default function ProductPage() {
return (
<ProductFactory />
)
}