We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d91c6 commit 18363faCopy full SHA for 18363fa
src/features/event/ui/EventList.tsx
@@ -3,7 +3,6 @@ import { useInfiniteScroll } from '../../../shared/hooks/useInfiniteScroll';
3
import { getAllEventsInfinite, getCategoryEventsInfinite } from '../../../entities/event/api/event';
4
import EventCard from '../../../shared/ui/EventCard';
5
import { BaseEvent, CategoryType, TagType } from '../../../shared/types/baseEventType';
6
-import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
7
import { useNavigate } from 'react-router-dom';
8
9
interface EventListProps extends BaseEvent {
0 commit comments