mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
🚸 Add help section to onboarding welcome screen
This commit is contained in:
parent
52275aeaef
commit
dc51976176
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ import { Separator } from '../../../ReusableComponents/Elements';
|
|||
import Accordion from '../../../ReusableComponents/AccordionSection';
|
||||
import { CommonHooks, OnboardingHooks } from '../../../../data';
|
||||
import BusyStateWrapper from '../../../ReusableComponents/BusyStateWrapper';
|
||||
import HelpSection from '../../../ReusableComponents/HelpSection';
|
||||
import OnboardingHeader from '../Components/OnboardingHeader';
|
||||
import WelcomeDocs from '../Components/WelcomeDocs';
|
||||
import AdvancedOptionsForm from '../Components/AdvancedOptionsForm';
|
||||
|
@ -88,6 +89,7 @@ const StepWelcome = ( { setStep, currentStep } ) => {
|
|||
>
|
||||
<AdvancedOptionsForm />
|
||||
</Accordion>
|
||||
<HelpSection />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue