diff --git a/packages/editor/src/components/post-publish-panel/prepublish.js b/packages/editor/src/components/post-publish-panel/prepublish.js index e6be0a4244494..59f99679fe3ae 100644 --- a/packages/editor/src/components/post-publish-panel/prepublish.js +++ b/packages/editor/src/components/post-publish-panel/prepublish.js @@ -8,7 +8,7 @@ import { get } from 'lodash'; */ import { __ } from '@wordpress/i18n'; import { Fragment } from '@wordpress/element'; -import { Dashicon, PanelBody } from '@wordpress/components'; +import { PanelBody } from '@wordpress/components'; import { withSelect } from '@wordpress/data'; /**