Skip to content

Commit

Permalink
Cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalNewsTV committed Nov 28, 2024
1 parent 4844619 commit cdb73f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/state/reducers/alertsAndPrompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit cdb73f7

Please sign in to comment.