Skip to content

Commit

Permalink
Remove ResusableMenuItem component from broken rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Aug 16, 2023
1 parent 1d52d9c commit 7e604d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/edit-site/src/components/block-editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*/
import { BlockInspector } from '@wordpress/block-editor';
import { privateApis as editPatternsPrivateApis } from '@wordpress/patterns';
import { ReusableBlocksMenuItems } from '@wordpress/reusable-blocks';

/**
* Internal dependencies
Expand All @@ -25,7 +24,6 @@ export default function BlockEditor() {
<SiteEditorCanvas />

<PatternsMenuItems />
<ReusableBlocksMenuItems />
</>
);
}

0 comments on commit 7e604d5

Please sign in to comment.