We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e69b45 commit bc1f849Copy full SHA for bc1f849
frontend/app/src/entities/events/ui/global-events.tsx
@@ -6,7 +6,7 @@ import Content from "@/shared/components/layout/content";
6
import { Pagination } from "@/shared/components/ui/pagination";
7
import { Spinner } from "@/shared/components/ui/spinner";
8
import usePagination from "@/shared/hooks/usePagination";
9
-import useSearch from "@/shared/hooks/useSearch";
+import { useSearch } from "@/shared/hooks/useSearch";
10
import { useEvents } from "../api/get-events.query";
11
import { Event } from "./global-event";
12
0 commit comments