feat: implement dashboard contents page with data table and styling
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { ContentsPage } from '~/pages/dashboard-contents'
|
||||
|
||||
const DashboardContentsLayout = () => {
|
||||
return <div>Contents Page</div>
|
||||
return <ContentsPage />
|
||||
}
|
||||
export default DashboardContentsLayout
|
||||
|
||||
Reference in New Issue
Block a user