diff --git a/app/(protected)/admin/page.tsx b/app/(protected)/admin/page.tsx index 2441d82..7932182 100644 --- a/app/(protected)/admin/page.tsx +++ b/app/(protected)/admin/page.tsx @@ -1,5 +1,6 @@ export const dynamic = 'force-dynamic' +import Link from 'next/link' import { redirect } from 'next/navigation' import { createClient } from '@/lib/supabase/server' import { UserManager, type AdminUser, type SiteOption } from '@/components/admin/user-manager' @@ -29,7 +30,15 @@ export default async function AdminHome() { return (
-

Admin

+
+

Admin

+ +