docker network
This commit is contained in:
@@ -2,7 +2,7 @@ import { getServerSession } from "../../api/auth/[...nextauth]/auth";
|
||||
import { prisma } from "@repo/db";
|
||||
import { EventCard } from "../events/_components/item";
|
||||
import { RocketIcon } from "lucide-react";
|
||||
import { eventCompleted } from "../../../helper/events";
|
||||
import { eventCompleted } from "@repo/shared-components";
|
||||
|
||||
const page = async () => {
|
||||
const session = await getServerSession();
|
||||
|
||||
Reference in New Issue
Block a user