From e177fb189ee862094b21d7ba98ea1b97ec3763cb Mon Sep 17 00:00:00 2001 From: Haz Date: Mon, 10 Aug 2020 15:12:16 -0300 Subject: [PATCH] Update ToolbarItem README --- packages/components/src/toolbar-item/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/components/src/toolbar-item/README.md b/packages/components/src/toolbar-item/README.md index 5bc6bb692b7b0c..b140b30ee766b1 100644 --- a/packages/components/src/toolbar-item/README.md +++ b/packages/components/src/toolbar-item/README.md @@ -54,7 +54,6 @@ If you're working on a custom block and you want to add controls to the block to ```jsx import { BlockControls } from '@wordpress/block-editor'; import { Toolbar, ToolbarGroup, ToolbarItem, Button } from '@wordpress/components'; -import { edit } from '@wordpress/icons'; function Edit() { return (