import { __ } from '@wordpress/i18n'; import SettingsBlock, { SETTINGS_BLOCK_STYLING_TYPE_PRIMARY, SETTINGS_BLOCK_STYLING_TYPE_SECONDARY, SETTINGS_BLOCK_TYPE_SELECT, SETTINGS_BLOCK_TYPE_TOGGLE_CONTENT, } from '../../../ReusableComponents/SettingsBlock'; import SettingsCard from '../../../ReusableComponents/SettingsCard'; import Sandbox from './Blocks/Sandbox'; import Troubleshooting from './Blocks/Troubleshooting'; import PaypalSettings from './Blocks/PaypalSettings'; import OtherSettings from './Blocks/OtherSettings'; const ExpertSettings = ( { updateFormValue, settings } ) => { return ( ); }; export default ExpertSettings;