refactor: run prettier on the whole codebase

This commit is contained in:
thecodrr
2022-08-26 16:19:39 +05:00
parent 054c973c99
commit e898ef5d86
570 changed files with 13058 additions and 10818 deletions

View File

@@ -46,7 +46,7 @@ export const useEditor = (
if (!editor.current) {
Object.defineProperty(editor, "current", {
get: () => editorRef.current,
get: () => editorRef.current
});
}
// if (!editor.executor) {