Unused var

This commit is contained in:
Atridad Lahiji 2023-09-03 19:53:41 -06:00
parent d6fcc50262
commit 8c0269696e
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 { trpc } from "@/app/_trpc/client";
import Loading from "@/app/_components/Loading";
import { parse } from "json2csv";
import { User } from "@clerk/nextjs/dist/types/server";
export const dynamic = "force-dynamic";