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