mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
🚚 Move component to the onboarding module
This commit is contained in:
parent
63f538fd62
commit
45051bb9f4
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@ import { __ } from '@wordpress/i18n';
|
|||
|
||||
import { CommonHooks, OnboardingHooks } from '../../../../data';
|
||||
import { OptionSelector } from '../../../ReusableComponents/Fields';
|
||||
import PricingDescription from '../../../ReusableComponents/PricingDescription';
|
||||
import PricingDescription from '../Components/PricingDescription';
|
||||
import OnboardingHeader from '../Components/OnboardingHeader';
|
||||
import PaymentFlow from '../Components/PaymentFlow';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue