diff --git a/assets/js/blocks/legacy-template/index.tsx b/assets/js/blocks/legacy-template/index.tsx index caf5142b668..db74bbd6c90 100644 --- a/assets/js/blocks/legacy-template/index.tsx +++ b/assets/js/blocks/legacy-template/index.tsx @@ -8,6 +8,7 @@ import { import { useBlockProps } from '@wordpress/block-editor'; import { Placeholder } from '@wordpress/components'; import { __, sprintf } from '@wordpress/i18n'; +import { page } from '@wordpress/icons'; /** * Internal dependencies @@ -28,6 +29,7 @@ const Edit = ( { attributes }: Props ) => { return (