mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Merge pull request #3480 from woocommerce/PCP-4944-onboarding-wizard-breaks-on-last-step
Add missing useCallback import (4944)
This commit is contained in:
commit
74bd4c24d3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Button } from '@wordpress/components';
|
||||
import { useEffect } from '@wordpress/element';
|
||||
import { useEffect, useCallback } from '@wordpress/element';
|
||||
import { __ } from '@wordpress/i18n';
|
||||
import classNames from 'classnames';
|
||||
import { OpenSignup } from '../../../ReusableComponents/Icons';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue