From 614d389ac69b1ed3f9475609f7866c811f143827 Mon Sep 17 00:00:00 2001 From: ajayadav09 Date: Thu, 16 May 2024 16:12:05 +0530 Subject: [PATCH] fixed lint --- src/OnboardingSPA/steps/TheFork/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OnboardingSPA/steps/TheFork/index.js b/src/OnboardingSPA/steps/TheFork/index.js index 706f83709..6f868956a 100644 --- a/src/OnboardingSPA/steps/TheFork/index.js +++ b/src/OnboardingSPA/steps/TheFork/index.js @@ -23,7 +23,6 @@ import { import { OnboardingEvent, sendOnboardingEvent, - trackOnboardingEvent, } from '../../utils/analytics/hiive'; import { ACTION_SITEGEN_FORK_OPTION_SELECTED } from '../../utils/analytics/hiive/constants'; import { store as nfdOnboardingStore } from '../../store';