mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
♻️ Move “SelectBox” into the Fields folder
This commit is contained in:
parent
337379f2c8
commit
193e046a9a
6 changed files with 74 additions and 52 deletions
|
@ -2,7 +2,7 @@ import { __ } from '@wordpress/i18n';
|
|||
|
||||
import { CommonHooks, OnboardingHooks } from '../../../../data';
|
||||
import SelectBoxWrapper from '../../../ReusableComponents/SelectBoxWrapper';
|
||||
import SelectBox from '../../../ReusableComponents/SelectBox';
|
||||
import { SelectBox } from '../../../ReusableComponents/Fields';
|
||||
import PricingDescription from '../../../ReusableComponents/PricingDescription';
|
||||
import OnboardingHeader from '../Components/OnboardingHeader';
|
||||
import OptionalPaymentMethods from '../Components/OptionalPaymentMethods';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue