From b988945f4d81d6ebd0232cea40554b2e81c9eb15 Mon Sep 17 00:00:00 2001 From: Nicholas Gambino Date: Tue, 30 Jul 2024 18:39:43 -0700 Subject: [PATCH] lint --- app/components/Views/Settings/GeneralSettings/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/components/Views/Settings/GeneralSettings/index.js b/app/components/Views/Settings/GeneralSettings/index.js index 8716da25d8a..73156ccc5ba 100644 --- a/app/components/Views/Settings/GeneralSettings/index.js +++ b/app/components/Views/Settings/GeneralSettings/index.js @@ -35,11 +35,7 @@ import Text, { TextVariant, TextColor, } from '../../../../component-library/components/Texts/Text'; -import { - IMetaMetricsEvent, - MetaMetrics, - MetaMetricsEvents, -} from '../../../../core/Analytics'; +import { MetaMetrics, MetaMetricsEvents } from '../../../../core/Analytics'; const diameter = 40; const spacing = 8;