/** * WordPress dependencies */ import { Button } from '@wordpress/components'; import { Icon, link } from '@wordpress/icons'; /** * Internal dependencies */ import { PageHeader } from '../../components'; /** * Header summary component. * * Renders a summary of the site performance. * * @since 3.19.0 */ const HeaderSummary = (): React.JSX.Element => { return (