♻️ Move country logic into PricingTitleBadge

This commit is contained in:
Philipp Stracker 2024-12-12 17:54:38 +01:00
parent b89164e1ea
commit 5bd3e5f976
No known key found for this signature in database
9 changed files with 27 additions and 146 deletions

View file

@ -1,9 +1,9 @@
import { __ } from '@wordpress/i18n';
import { CommonHooks, OnboardingHooks } from '../../../data';
import OnboardingHeader from '../../ReusableComponents/OnboardingHeader';
import SelectBoxWrapper from '../../ReusableComponents/SelectBoxWrapper';
import SelectBox from '../../ReusableComponents/SelectBox';
import { CommonHooks, OnboardingHooks } from '../../../data';
import OptionalPaymentMethods from '../../ReusableComponents/OptionalPaymentMethods/OptionalPaymentMethods';
import PricingDescription from '../../ReusableComponents/PricingDescription';