import { DashboardPage } from '~/pages/dashboard'
const DashboardIndexLayout = () => <DashboardPage />
export default DashboardIndexLayout