refactor: remove unused code (#2484)

This commit is contained in:
Himself65
2023-05-22 17:11:18 +08:00
parent d17a5c2784
commit f4057593af
31 changed files with 44 additions and 1505 deletions
@@ -36,6 +36,7 @@ const Editor: React.FC<{
globalThis.page = page;
// @ts-ignore
globalThis.editor = editor;
return () => void 0;
}, []);
if (!page) {