♻️ Move “SelectBox” into the Fields folder

This commit is contained in:
Philipp Stracker 2025-01-22 13:42:18 +01:00
parent 337379f2c8
commit 193e046a9a
No known key found for this signature in database
6 changed files with 74 additions and 52 deletions

View file

@ -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';