feat: restrict admin access to club operations and rollout test environment
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { ClubManagement } from '@/components/admin/club-management';
|
||||
|
||||
export default function AdminClubsPage() {
|
||||
return (
|
||||
<div className="max-w-6xl mx-auto space-y-6">
|
||||
<div className="flex items-center justify-between">
|
||||
<h1 className="text-3xl font-bold">Club Management</h1>
|
||||
</div>
|
||||
<ClubManagement />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user