From 27a65f850f3b1ba2900be73d24ac171749ce890c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Gomes?= Date: Thu, 23 Apr 2020 17:48:42 +0100 Subject: [PATCH] Remove editor import in gutenboard The comment said it shouldn't be necessary. The comment was right, it wasn't. --- client/landing/gutenboarding/gutenboard.tsx | 1 - 1 file changed, 1 deletion(-) 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';