diff --git a/client/landing/gutenboarding/gutenboard.tsx b/client/landing/gutenboarding/gutenboard.tsx index f29cd4336abff..7cce6b98f22b4 100644 --- a/client/landing/gutenboarding/gutenboard.tsx +++ b/client/landing/gutenboarding/gutenboard.tsx @@ -1,7 +1,6 @@ /** * External dependencies */ -import '@wordpress/editor'; // This shouldn't be necessary import { useI18n } from '@automattic/react-i18n'; import { BlockEditorProvider, BlockList as OriginalBlockList } from '@wordpress/block-editor'; import { Popover, DropZoneProvider } from '@wordpress/components';