Remove unused import for calculateEventStatus in Events page component to streamline code and improve clarity.

This commit is contained in:
Julien Froidefond
2025-12-10 11:37:40 +01:00
parent d11059dac2
commit 80e9d953ae

View File

@@ -3,7 +3,6 @@ import EventsPageSection from "@/components/EventsPageSection";
import { prisma } from "@/lib/prisma"; import { prisma } from "@/lib/prisma";
import { getBackgroundImage } from "@/lib/preferences"; import { getBackgroundImage } from "@/lib/preferences";
import { auth } from "@/lib/auth"; import { auth } from "@/lib/auth";
import { calculateEventStatus } from "@/lib/eventStatus";
export const dynamic = "force-dynamic"; export const dynamic = "force-dynamic";