diff --git a/frontend/src/components/EventFeed.tsx b/frontend/src/components/EventFeed.tsx index da9011d..abd368e 100644 --- a/frontend/src/components/EventFeed.tsx +++ b/frontend/src/components/EventFeed.tsx @@ -4,8 +4,7 @@ import React, { useEffect, useState } from 'react'; import EventCard from './EventCard'; import FilterButtons from './FilterButtons'; import AgentsGraph from './AgentsGraph'; -import type { Event, FilterType, EventType } from '../types'; -import { EVENT_FILTER_MAP } from '../types'; +import type { Event, FilterType } from '../types'; interface EventFeedProps { events: Event[];