import { __ } from '@wordpress/i18n'; import SettingsBlock, { SETTINGS_BLOCK_STYLING_TYPE_PRIMARY, SETTINGS_BLOCK_STYLING_TYPE_SECONDARY, SETTINGS_BLOCK_TYPE_INPUT, SETTINGS_BLOCK_TYPE_TOGGLE, } from '../../../ReusableComponents/SettingsBlock'; import SettingsCard from '../../../ReusableComponents/SettingsCard'; import OrderIntent from './Blocks/OrderIntent'; import SavePaymentMethods from './Blocks/SavePaymentMethods'; const CommonSettings = ( { updateFormValue, settings } ) => { return ( ); }; export default CommonSettings;