diff --git a/packages/edit-post/src/editor.js b/packages/edit-post/src/editor.js index 9c0a488034489..f6945a7fc7482 100644 --- a/packages/edit-post/src/editor.js +++ b/packages/edit-post/src/editor.js @@ -14,7 +14,7 @@ import { PostLockedModal, store as editorStore, } from '@wordpress/editor'; -import { StrictMode, useMemo } from '@wordpress/element'; +import { useMemo } from '@wordpress/element'; import { SlotFillProvider } from '@wordpress/components'; import { store as coreStore } from '@wordpress/core-data'; import { ShortcutProvider } from '@wordpress/keyboard-shortcuts'; @@ -182,28 +182,24 @@ function Editor( { } return ( - - - - - - - - - - - - - + + + + + + + + + + + ); }