Unused var

This commit is contained in:
Atridad Lahiji 2023-09-03 19:53:41 -06:00 committed by atridadl
parent 925eec1e08
commit f471156a81
No known key found for this signature in database

View file

@ -25,7 +25,6 @@ import { isAdmin, isVIP, jsonToCsv } from "@/utils/helpers";
import type { PresenceItem } from "@/utils/types"; import type { PresenceItem } from "@/utils/types";
import { trpc } from "@/app/_trpc/client"; import { trpc } from "@/app/_trpc/client";
import Loading from "@/app/_components/Loading"; import Loading from "@/app/_components/Loading";
import { parse } from "json2csv";
import { User } from "@clerk/nextjs/dist/types/server"; import { User } from "@clerk/nextjs/dist/types/server";
export const dynamic = "force-dynamic"; export const dynamic = "force-dynamic";