Use the new component

This commit is contained in:
Narek Zakarian 2025-01-09 15:26:27 +04:00
parent 8b42cafe38
commit 753b21c59c
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -4,8 +4,7 @@ import {
Content,
ContentWrapper,
} from '../../../ReusableComponents/SettingsBlocks';
import Sandbox from './Blocks/Sandbox';
import LiveAccount from './Blocks/LiveAccount';
import ConnectionDetails from './Blocks/ConnectionDetails';
import Troubleshooting from './Blocks/Troubleshooting/Troubleshooting';
import PaypalSettings from './Blocks/PaypalSettings';
import OtherSettings from './Blocks/OtherSettings';
@ -28,14 +27,7 @@ const ExpertSettings = ( { updateFormValue, settings } ) => {
>
<ContentWrapper>
<Content>
<Sandbox
updateFormValue={ updateFormValue }
settings={ settings }
/>
</Content>
<Content>
<LiveAccount
<ConnectionDetails
updateFormValue={ updateFormValue }
settings={ settings }
/>