mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Remove unneeded import
This commit is contained in:
parent
d3a813ef12
commit
12d43e257a
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue