Automattic / block-experiments

A monorepo of Block Experiments
125 stars 17 forks source link

Update mobile InserterButton import #338

Closed derekblank closed 10 months ago

derekblank commented 10 months ago

In https://github.com/WordPress/gutenberg/pull/56494, the mobile InserterButton was moved from @wordpress-components to @wordpress/block-editor package to remove a cyclic dependency.

This PR updates the block-experiments grid variation-control InserterButton import to the block-editor package as well.