Skip to content

Commit

Permalink
removing unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Oct 30, 2024
1 parent 99a8772 commit f9ae4b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/events/page.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import client from "@/tina/client";

import { getTrimmedEvent } from "@/helpers/getTrimmedEvent";
import {
dehydrate,
HydrationBoundary,
QueryClient,
} from "@tanstack/react-query";
import { QueryProvider } from "app/providers/query-provider";
import { dehydrate, QueryClient } from "@tanstack/react-query";
import { TinaClient } from "app/tina-client";
import {
FUTURE_EVENTS_QUERY_KEY,
Expand Down

0 comments on commit f9ae4b6

Please sign in to comment.