Skip to content

Commit

Permalink
Update imports after border utils renamed experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Feb 7, 2022
1 parent df67728 commit 2b01eb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/block-editor/src/hooks/border.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import classnames from 'classnames';
*/
import { getBlockSupport } from '@wordpress/blocks';
import {
__experimentalToolsPanelItem as ToolsPanelItem,
__experimentalBorderBoxControl as BorderBoxControl,
isDefinedBorder,
hasSplitBorders,
__experimentalHasSplitBorders as hasSplitBorders,
__experimentalIsDefinedBorder as isDefinedBorder,
__experimentalToolsPanelItem as ToolsPanelItem,
} from '@wordpress/components';
import { createHigherOrderComponent } from '@wordpress/compose';
import { Platform } from '@wordpress/element';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import { __experimentalBorderRadiusControl as BorderRadiusControl } from '@wordpress/block-editor';
import {
__experimentalBorderBoxControl as BorderBoxControl,
__experimentalHasSplitBorders as hasSplitBorders,
__experimentalIsDefinedBorder as isDefinedBorder,
__experimentalToolsPanel as ToolsPanel,
__experimentalToolsPanelItem as ToolsPanelItem,
isDefinedBorder,
hasSplitBorders,
} from '@wordpress/components';
import { useCallback } from '@wordpress/element';
import { __ } from '@wordpress/i18n';
Expand Down

0 comments on commit 2b01eb8

Please sign in to comment.