File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
src/OnboardingSPA/steps/TheFork Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,12 @@ import CommonLayout from '../../components/Layouts/Common';
12
12
import HeadingWithSubHeading from '../../components/HeadingWithSubHeading/SiteGen/index' ;
13
13
14
14
// Misc
15
- import {
16
- FOOTER_SITEGEN ,
17
- HEADER_SITEGEN ,
18
- } from '../../../constants' ;
15
+ import { FOOTER_SITEGEN , HEADER_SITEGEN } from '../../../constants' ;
19
16
import {
20
17
OnboardingEvent ,
21
18
sendOnboardingEvent ,
22
19
} from '../../utils/analytics/hiive' ;
23
- import {
24
- ACTION_SITEGEN_FORK_OPTION_SELECTED ,
25
- ACTION_ONBOARDING_RESTARTED ,
26
- } from '../../utils/analytics/hiive/constants' ;
20
+ import { ACTION_ONBOARDING_RESTARTED } from '../../utils/analytics/hiive/constants' ;
27
21
import { store as nfdOnboardingStore } from '../../store' ;
28
22
import { DEFAULT_FLOW } from '../../data/flows/constants' ;
29
23
You can’t perform that action at this time.
0 commit comments