2025-02-23 21:13:31 +07:00
|
|
|
import { DashboardPage } from '~/pages/dashboard'
|
|
|
|
|
|
2025-02-23 10:22:51 +08:00
|
|
|
const DashboardIndexLayout = () => {
|
2025-02-23 21:13:31 +07:00
|
|
|
return <DashboardPage />
|
2025-02-23 10:22:51 +08:00
|
|
|
}
|
|
|
|
|
export default DashboardIndexLayout
|