Remove unused imports in EventFeed.tsx
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user