From 8c0269696e25836be632f15c29f7dd36e3fb26e8 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 3 Sep 2023 19:53:41 -0600 Subject: [PATCH] Unused var --- src/app/_components/VoteUI.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/_components/VoteUI.tsx b/src/app/_components/VoteUI.tsx index c90469f..50b8cc0 100644 --- a/src/app/_components/VoteUI.tsx +++ b/src/app/_components/VoteUI.tsx @@ -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";