Skip to content

Commit

Permalink
[Docs]: update block variation picker store import (WordPress#55555)
Browse files Browse the repository at this point in the history
Unlinked contributors: jawadmalikdev.

Co-authored-by: ajitbohra <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent 6be14bb commit 9a6b2cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Renders the variations of a block.
```jsx
import { useSelect } from '@wordpress/data';
import {
__experimentalBlockVariationPicker as BlockVariationPicker,
store as blockEditorStore,
__experimentalBlockVariationPicker as BlockVariationPicker
} from '@wordpress/block-editor';
import { store as blocksStore } from '@wordpress/blocks';

const MyBlockVariationPicker = ( { blockName } ) => {
const variations = useSelect(
Expand Down

0 comments on commit 9a6b2cc

Please sign in to comment.