diff --git a/packages/components/src/dimension-control/README.md b/packages/components/src/dimension-control/README.md index 2919e2742223c8..68f696470a7490 100644 --- a/packages/components/src/dimension-control/README.md +++ b/packages/components/src/dimension-control/README.md @@ -11,6 +11,8 @@ This feature is still experimental. “Experimental” means this is an early im In a block's `edit` implementation, render a `` component. ```jsx +import { partialRight } from 'lodash'; + import { registerBlockType } from '@wordpress/blocks'; import { __ } from '@wordpress/i18n'; import { DimensionControl } from '@wordpress/components';