// ** MUI Imports const CustomerList = () => { return ( <> ) } CustomerList.acl = { action: 'manage', subject: 'admin' } export default CustomerList