Skip to content

Commit

Permalink
fix: fixed imports of toolpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Dec 13, 2024
1 parent 0d90179 commit 2eb2890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/query-pagination-numbers/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import { __ } from '@wordpress/i18n';
import { InspectorControls, useBlockProps } from '@wordpress/block-editor';
import {
ToolsPanel,
ToolsPanelItem,
__experimentalToolsPanel as ToolsPanel,
__experimentalToolsPanelItem as ToolsPanelItem,
RangeControl,
} from '@wordpress/components';

Expand Down

0 comments on commit 2eb2890

Please sign in to comment.