Finalized Event modal

This commit is contained in:
PxlLoewe
2025-07-02 22:32:30 -07:00
parent 363aad803d
commit fc8d81d2d1
9 changed files with 172 additions and 153 deletions

View File

@@ -1,6 +1,6 @@
import { getServerSession } from "../../api/auth/[...nextauth]/auth";
import { prisma } from "@repo/db";
import { EventCard } from "../events/_components/item";
import { EventCard } from "../events/_components/EventCard";
import { RocketIcon } from "lucide-react";
import { eventCompleted } from "@repo/shared-components";