import React from 'react' import ProductFactory from '../component/product/ProductFactory' export default function ProductPage() { return ( ) }