We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca03df commit 2d19071Copy full SHA for 2d19071
1 file changed
client/src/pages/index.tsx
@@ -6,10 +6,8 @@ import {
6
EventHighlightCard,
7
eventHighlightCardType,
8
} from "@/components/ui/eventHighlightCard";
9
-import { UiEvent, useEvents } from "@/hooks/useEvents";
10
-import { placeholderGames } from "@/placeholderData";
11
import LandingGames from "@/components/ui/landingGames";
12
-import { placeholderEvents } from "@/placeholderData";
+import { UiEvent, useEvents } from "@/hooks/useEvents";
13
14
import { Button } from "../components/ui/button";
15
0 commit comments