From 9e3c713f5afab9a558b86b3daefd233621dbad36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rostislav=20Woln=C3=BD?= Date: Mon, 27 Jan 2020 19:15:41 +0100 Subject: [PATCH] Remove unnecessary import from playground (#19893) --- storybook/stories/playground/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/storybook/stories/playground/index.js b/storybook/stories/playground/index.js index 9a3cf5b97cbbd0..db51edaad921d1 100644 --- a/storybook/stories/playground/index.js +++ b/storybook/stories/playground/index.js @@ -1,8 +1,6 @@ /** * WordPress dependencies */ -import '@wordpress/editor'; // This shouldn't be necessary - import { useEffect, useState } from '@wordpress/element'; import { BlockEditorKeyboardShortcuts,