Added page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
import ProductFactory from '../component/product/ProductFactory'
|
||||
export default function ProductPage() {
|
||||
return (
|
||||
<ProductFactory />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user