2025-02-25 15:45:27 +07:00
|
|
|
import { ContentsPage } from '~/pages/dashboard-contents'
|
|
|
|
|
|
2025-02-23 17:41:54 +08:00
|
|
|
const DashboardContentsLayout = () => {
|
2025-02-25 15:45:27 +07:00
|
|
|
return <ContentsPage />
|
2025-02-23 17:41:54 +08:00
|
|
|
}
|
|
|
|
|
export default DashboardContentsLayout
|