import React from 'react' import ProductsCom from '../components/products/ProductsCom' export default function ProductsPage() { return ( ) }