Skip to content

Commit

Permalink
fix unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Apr 23, 2024
1 parent b5398ff commit 1134f7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Party.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import _ from "lodash";
import JoinParty from "./JoinParty";
import { Party } from "@prisma/client";
import useSWR, { Fetcher } from "swr";
import PartyCard from "./PartyCard";
import { User } from "@/lib/user";
Expand Down

0 comments on commit 1134f7d

Please sign in to comment.