chore: remove useEditor

This commit is contained in:
QiShaoXuan
2022-12-20 19:30:38 +08:00
parent dacdb4f7d4
commit 2ede288724
28 changed files with 303 additions and 141 deletions
@@ -9,7 +9,7 @@ import {
useLoadPage,
} from '@/providers/app-state-provider/hooks';
import { useAppState } from '@/providers/app-state-provider/context';
import exampleMarkdown from '@/providers/editor-provider/example-markdown';
import exampleMarkdown from '@/static/example-markdown';
const StyledEditorContainer = styled('div')(({ theme }) => {
return {