7 lines
153 B
TypeScript
7 lines
153 B
TypeScript
import { DashboardPage } from '~/pages/dashboard'
|
|
|
|
const DashboardIndexLayout = () => {
|
|
return <DashboardPage />
|
|
}
|
|
export default DashboardIndexLayout
|