Skip to content

Commit

Permalink
Fix/block parent selector component readme (#24997)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinyAhin authored Sep 2, 2020
1 parent ee36854 commit 1e5044d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In practice the BlockParentSelector component renders a <ToolbarButton /> compon
Renders block parent selector icon in a <ToolbarButton /> component.

```jsx
import { Button } from '@wordpress/components';
import { BlockParentSelector } from '@wordpress/block-editor';

const MyBlockParentSelector = () => (
<BlockParentSelector clientIds={ blockClientIds } />
Expand Down

0 comments on commit 1e5044d

Please sign in to comment.