From b586578010e69635d7c99e141a62e10fc049b3d4 Mon Sep 17 00:00:00 2001 From: Justin Ahinon Date: Wed, 2 Sep 2020 08:38:02 +0100 Subject: [PATCH] Update block inspector component readme --- packages/block-editor/src/components/block-inspector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/block-inspector/README.md b/packages/block-editor/src/components/block-inspector/README.md index 3dec7fd72a5500..45b2ac056afa21 100644 --- a/packages/block-editor/src/components/block-inspector/README.md +++ b/packages/block-editor/src/components/block-inspector/README.md @@ -15,7 +15,7 @@ The Block inspector is one of the panels that is displayed in the editor; it is Render the block inspector component. ```jsx -import { BlockInspector } from '@wordpress/components'; +import { BlockInspector } from '@wordpress/block-editor'; const MyBlockInspector = () => ```