feat: remove DefaultTextEditor and UpdateContentsPage, replace with ContentsFormPage

This commit is contained in:
Ardeman
2025-03-07 12:42:45 +08:00
parent 18098d63ba
commit 2c05c543ce
3 changed files with 2 additions and 154 deletions
@@ -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