We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e369828 commit f059901Copy full SHA for f059901
src/app/dashboard/camp/[id]/camp/page.tsx
@@ -18,7 +18,7 @@ interface RegistrationData {
18
registrations: number;
19
}
20
21
-export default function CampDetailPage({ params }: { params: { id: string } }) {
+export default function CampDetailPage() {
22
// Mock data - replace with real data from your backend
23
const stats = {
24
totalApplicants: 150,
0 commit comments