import React from 'react' import CustomerCom from '../components/customer/CustomerCom' export default function CustomerPage() { return ( ) }