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 EventCard from './EventCard';
|
||||||
import FilterButtons from './FilterButtons';
|
import FilterButtons from './FilterButtons';
|
||||||
import AgentsGraph from './AgentsGraph';
|
import AgentsGraph from './AgentsGraph';
|
||||||
import type { Event, FilterType, EventType } from '../types';
|
import type { Event, FilterType } from '../types';
|
||||||
import { EVENT_FILTER_MAP } from '../types';
|
|
||||||
|
|
||||||
interface EventFeedProps {
|
interface EventFeedProps {
|
||||||
events: Event[];
|
events: Event[];
|
||||||
|
|||||||
Reference in New Issue
Block a user