From cdb73f7fc64c01407079bb34128f84b762df9bcf Mon Sep 17 00:00:00 2001 From: LocalNewsTV <62873746+LocalNewsTV@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:14:47 -0800 Subject: [PATCH] Cleanup unused imports --- app/src/state/reducers/alertsAndPrompts.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/state/reducers/alertsAndPrompts.ts b/app/src/state/reducers/alertsAndPrompts.ts index 6d7acf03e..666fec052 100644 --- a/app/src/state/reducers/alertsAndPrompts.ts +++ b/app/src/state/reducers/alertsAndPrompts.ts @@ -6,8 +6,6 @@ import Prompt from 'state/actions/prompts/Prompt'; import { PromptAction } from 'interfaces/prompt-interfaces'; import RecordCache from 'state/actions/cache/RecordCache'; import cacheAlertMessages from 'constants/alerts/cacheAlerts'; -import NetworkActions from 'state/actions/network/NetworkActions'; -import networkAlertMessages from 'constants/alerts/networkAlerts'; interface AlertsAndPromptsState { alerts: AlertMessage[];