Skip to content

Commit

Permalink
Fix double imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Aug 9, 2023
1 parent bd140ba commit 03e3c94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ import createSelector from 'rememo';
* WordPress dependencies
*/
import {
store as blocksStore,
getBlockType,
getBootstrappedBlockTypes,
getBlockVariations,
hasBlockSupport,
switchToBlockType,
store as blocksStore,
} from '@wordpress/blocks';
import { createRegistrySelector } from '@wordpress/data';
import { Platform } from '@wordpress/element';
import { applyFilters } from '@wordpress/hooks';
import { symbol } from '@wordpress/icons';
Expand Down

0 comments on commit 03e3c94

Please sign in to comment.