Remove unneeded import

This commit is contained in:
carmenmaymo 2025-02-21 09:12:48 +01:00
parent d3a813ef12
commit 12d43e257a
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E

View file

@ -1,5 +1,5 @@
import { __, sprintf } from '@wordpress/i18n';
import { useState, useEffect, useMemo } from '@wordpress/element';
import { useState, useEffect } from '@wordpress/element';
import { Button, Icon } from '@wordpress/components';
import { useDispatch } from '@wordpress/data';
import { reusableBlock } from '@wordpress/icons';