import React from 'react'; import ServiceCustomerView from './ServiceCustomerView'; const ServiceCustomer = (props) => { return <ServiceCustomerView />; }; export default ServiceCustomer;