diff --git a/public_html/wp-content/plugins/pattern-creator/src/components/header/index.js b/public_html/wp-content/plugins/pattern-creator/src/components/header/index.js
index 337181184..dc139371e 100644
--- a/public_html/wp-content/plugins/pattern-creator/src/components/header/index.js
+++ b/public_html/wp-content/plugins/pattern-creator/src/components/header/index.js
@@ -7,7 +7,6 @@ import classnames from 'classnames';
* WordPress dependencies
*/
import { __, _x } from '@wordpress/i18n';
-import { ToolSelector } from '@wordpress/block-editor';
import { Button, VisuallyHidden } from '@wordpress/components';
import { Icon, arrowLeft, listView, plus } from '@wordpress/icons';
import { PinnedItems } from '@wordpress/interface';
@@ -89,7 +88,6 @@ export default function Header() {
/>
{ isLargeViewport && (
<>
-