const DashboardIndexLayout = () => {
return <div>Dashboard Page</div>
}
export default DashboardIndexLayout