From f8ce6a67c86a6e3d7cf2b8f99c710a048d688c13 Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Wed, 22 May 2024 13:45:40 +0100 Subject: [PATCH] remover unused consty --- packages/edit-site/src/components/global-styles/hooks.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/edit-site/src/components/global-styles/hooks.js b/packages/edit-site/src/components/global-styles/hooks.js index f8893eeba1f19d..5bc823a81dbf7a 100644 --- a/packages/edit-site/src/components/global-styles/hooks.js +++ b/packages/edit-site/src/components/global-styles/hooks.js @@ -9,7 +9,6 @@ import a11yPlugin from 'colord/plugins/a11y'; */ import { store as blocksStore } from '@wordpress/blocks'; import { privateApis as blockEditorPrivateApis } from '@wordpress/block-editor'; -import { privateApis as editorPrivateApis } from '@wordpress/editor'; import { __ } from '@wordpress/i18n'; /**