diff --git a/packages/editor/src/components/table-of-contents/panel.js b/packages/editor/src/components/table-of-contents/panel.js index 48ca98c2fd04a6..7e1b9ed5c75124 100644 --- a/packages/editor/src/components/table-of-contents/panel.js +++ b/packages/editor/src/components/table-of-contents/panel.js @@ -9,6 +9,7 @@ import { store as blockEditorStore } from '@wordpress/block-editor'; * Internal dependencies */ import WordCount from '../word-count'; +import TimeToRead from '../time-to-read'; import DocumentOutline from '../document-outline'; import CharacterCount from '../character-count'; @@ -38,6 +39,10 @@ function TableOfContentsPanel( { hasOutlineItemsDisabled, onRequestClose } ) { tabIndex="0" >