This commit is contained in:
2025-04-08 04:05:57 +02:00
parent cdd9f01214
commit 87832f46a3
14 changed files with 155 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
import { SignedIn } from "@clerk/nextjs";
const AdminPage = async () => {
export default function AdminPage() {
return (
<SignedIn>
<main className="flex min-h-screen flex-col items-center justify-center bg-black text-white">
@@ -11,5 +11,3 @@ const AdminPage = async () => {
</SignedIn>
)
}
export default AdminPage;