Skip to content

Commit

Permalink
Refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Dec 13, 2024
1 parent 6b82f9f commit d41f5f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import {
__experimentalToolsPanel as ToolsPanel,
__experimentalToolsPanelItem as ToolsPanelItem,
} from '@wordpress/components';
import { useDispatch, useSelect } from '@wordpress/data';
import { __ } from '@wordpress/i18n';

/**
* Internal dependencies
*/
import InspectorControlsGroups from '../inspector-controls/groups';
import { default as InspectorControls } from '../inspector-controls';
import { useDispatch, useSelect } from '@wordpress/data';
import { store as blockEditorStore } from '../../store';

const PositionControlsPanel = () => {
Expand Down

0 comments on commit d41f5f9

Please sign in to comment.