Skip to content

Commit

Permalink
fix double import
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Sep 10, 2024
1 parent 24785ab commit c86ab09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor/src/components/inserter-sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default function InserterSidebar() {
} = unlock( select( editorStore ) );
const { getBlockInsertionPoint, getSettings } =
select( blockEditorStore );
const { getSettings } = select( blockEditorStore );
const { get } = select( preferencesStore );
const { getActiveComplementaryArea } = select( interfaceStore );
const { sectionRootClientId } = unlock( getSettings() );
Expand Down

0 comments on commit c86ab09

Please sign in to comment.