diff --git a/dashboard/src/app/editor/page.tsx b/dashboard/src/app/editor/page.tsx index fb893f8..92eda8d 100644 --- a/dashboard/src/app/editor/page.tsx +++ b/dashboard/src/app/editor/page.tsx @@ -1,3 +1,5 @@ +'use client' + import EditorShell from '../../dashboard/apps/cms-editor/EditorShell' import { localDraftStore } from '../../dashboard/apps/cms-editor/storage/local'