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 4acc236ca5
commit 0cf72ddaa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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'