This commit is contained in:
2026-04-23 22:41:20 +03:00
parent 9e04ca5627
commit 105c10699f
4 changed files with 123 additions and 122 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { getTranslations } from "next-intl/server";
import AdminContent from "@/components/admin/admin-content";
import { authOptions } from "@/app/api/auth/[...nextauth]/route";
import { authOptions } from "@/lib/auth/auth-options";
import { isAdminRole } from "@/lib/auth/roles";
import { getServerSession } from "next-auth";
import { notFound } from "next/navigation";