import React from 'react' const EmployeeLowerList = () => { return <div>lowerlist</div> } export default EmployeeLowerList