mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Use the new component
This commit is contained in:
parent
8b42cafe38
commit
753b21c59c
1 changed files with 2 additions and 10 deletions
|
@ -4,8 +4,7 @@ import {
|
||||||
Content,
|
Content,
|
||||||
ContentWrapper,
|
ContentWrapper,
|
||||||
} from '../../../ReusableComponents/SettingsBlocks';
|
} from '../../../ReusableComponents/SettingsBlocks';
|
||||||
import Sandbox from './Blocks/Sandbox';
|
import ConnectionDetails from './Blocks/ConnectionDetails';
|
||||||
import LiveAccount from './Blocks/LiveAccount';
|
|
||||||
import Troubleshooting from './Blocks/Troubleshooting/Troubleshooting';
|
import Troubleshooting from './Blocks/Troubleshooting/Troubleshooting';
|
||||||
import PaypalSettings from './Blocks/PaypalSettings';
|
import PaypalSettings from './Blocks/PaypalSettings';
|
||||||
import OtherSettings from './Blocks/OtherSettings';
|
import OtherSettings from './Blocks/OtherSettings';
|
||||||
|
@ -28,14 +27,7 @@ const ExpertSettings = ( { updateFormValue, settings } ) => {
|
||||||
>
|
>
|
||||||
<ContentWrapper>
|
<ContentWrapper>
|
||||||
<Content>
|
<Content>
|
||||||
<Sandbox
|
<ConnectionDetails
|
||||||
updateFormValue={ updateFormValue }
|
|
||||||
settings={ settings }
|
|
||||||
/>
|
|
||||||
</Content>
|
|
||||||
|
|
||||||
<Content>
|
|
||||||
<LiveAccount
|
|
||||||
updateFormValue={ updateFormValue }
|
updateFormValue={ updateFormValue }
|
||||||
settings={ settings }
|
settings={ settings }
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue