From 777f0794db16b07278189f35173f86494fbfab42 Mon Sep 17 00:00:00 2001 From: Jon Q Date: Wed, 25 Mar 2020 14:55:07 -0400 Subject: [PATCH] Remove unused import --- .../block-editor/src/components/line-height-control/utils.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/block-editor/src/components/line-height-control/utils.js b/packages/block-editor/src/components/line-height-control/utils.js index d7943e736fe89..351a35a66a6a0 100644 --- a/packages/block-editor/src/components/line-height-control/utils.js +++ b/packages/block-editor/src/components/line-height-control/utils.js @@ -1,8 +1,3 @@ -/** - * External dependencies - */ -import { isUndefined } from 'lodash'; - /** * WordPress dependencies */