Skip to content

Commit

Permalink
Remove unused useSettings component import
Browse files Browse the repository at this point in the history
  • Loading branch information
akasunil committed Jun 29, 2024
1 parent dfa795f commit 0a48315
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/block-library/src/tag-cloud/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ import {
} from '@wordpress/components';
import { useSelect } from '@wordpress/data';
import { __ } from '@wordpress/i18n';
import {
InspectorControls,
useBlockProps,
useSettings,
} from '@wordpress/block-editor';
import { InspectorControls, useBlockProps } from '@wordpress/block-editor';
import ServerSideRender from '@wordpress/server-side-render';
import { store as coreStore } from '@wordpress/core-data';

Expand Down

0 comments on commit 0a48315

Please sign in to comment.