Make editor editor page client component (#781)

This commit is contained in:
cloudneutral 2025-12-14 15:34:41 +08:00 committed by GitHub
parent b7ae354ca1
commit 7084c47573

View File

@ -1,3 +1,5 @@
'use client'
import EditorShell from '../../dashboard/apps/cms-editor/EditorShell'
import { localDraftStore } from '../../dashboard/apps/cms-editor/storage/local'