Add new Admin state

cgen-15bbbf364c1c47e7bd17032e42f38b8b
This commit is contained in:
Builder.io 2025-10-14 02:23:49 +00:00
parent d23b45b901
commit 17b3f33f13

View file

@ -85,6 +85,9 @@ export default function Admin() {
specialties: ["Simulation", "AI/ML", "Economy"],
},
]);
const [applications, setApplications] = useState<ProjectApplication[]>([]);
const [applicationsLoading, setApplicationsLoading] = useState(false);
const [selectedMemberId, setSelectedMemberId] = useState<string | null>(null);
useEffect(() => {
(async () => {