feat: remove DefaultTextEditor and UpdateContentsPage, replace with ContentsFormPage
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { UpdateContentsPage } from '~/pages/contents-update'
|
||||
import { ContentsFormPage } from '~/pages/contents-form'
|
||||
|
||||
const DashboardContentUpdateLayout = () => <UpdateContentsPage />
|
||||
const DashboardContentUpdateLayout = () => <ContentsFormPage />
|
||||
export default DashboardContentUpdateLayout
|
||||
|
||||
Reference in New Issue
Block a user