import React from 'react' import ProductView from "../components/products/ProductView"; export default function ProductViewPage() { return ( ) }