Skip to content

Commit

Permalink
Fix cherry-pick issues - duplicated import and unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Oct 3, 2024
1 parent 37e4dca commit 6e8539b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/editor/src/components/header/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* WordPress dependencies
*/
import { store as blockEditorStore } from '@wordpress/block-editor';
import { useSelect } from '@wordpress/data';
import { useMediaQuery, useViewportMatch } from '@wordpress/compose';
import { __unstableMotion as motion } from '@wordpress/components';
Expand Down Expand Up @@ -54,7 +53,6 @@ function Header( {
const isLargeViewport = useViewportMatch( 'medium' );
const isTooNarrowForDocumentBar = useMediaQuery( '(max-width: 403px)' );
const {
postType,
isTextEditor,
isPublishSidebarOpened,
showIconLabels,
Expand Down

0 comments on commit 6e8539b

Please sign in to comment.