This commit is contained in:
2025-06-06 03:12:19 +02:00
parent be9a9af137
commit 0aab9f55d7
49 changed files with 3255 additions and 93 deletions

View File

@@ -1,6 +1,8 @@
'use server'
import { SignedIn } from "@clerk/nextjs";
export default function AdminPage() {
export default async function AdminPage() {
return (
<SignedIn>
<main className="flex min-h-screen flex-col items-center justify-center">