Skip to content

Commit e7ba995

Browse files
committed
Update index.js
1 parent d6cf1cd commit e7ba995

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/OnboardingSPA/steps/TheFork/index.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,12 @@ import CommonLayout from '../../components/Layouts/Common';
1212
import HeadingWithSubHeading from '../../components/HeadingWithSubHeading/SiteGen/index';
1313

1414
// Misc
15-
import {
16-
FOOTER_SITEGEN,
17-
HEADER_SITEGEN,
18-
} from '../../../constants';
15+
import { FOOTER_SITEGEN, HEADER_SITEGEN } from '../../../constants';
1916
import {
2017
OnboardingEvent,
2118
sendOnboardingEvent,
2219
} 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';
2721
import { store as nfdOnboardingStore } from '../../store';
2822
import { DEFAULT_FLOW } from '../../data/flows/constants';
2923

0 commit comments

Comments
 (0)