Skip to content

Commit f059901

Browse files
committed
fix build
1 parent e369828 commit f059901

File tree

1 file changed

+1
-1
lines changed
  • src/app/dashboard/camp/[id]/camp

1 file changed

+1
-1
lines changed

src/app/dashboard/camp/[id]/camp/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface RegistrationData {
1818
registrations: number;
1919
}
2020

21-
export default function CampDetailPage({ params }: { params: { id: string } }) {
21+
export default function CampDetailPage() {
2222
// Mock data - replace with real data from your backend
2323
const stats = {
2424
totalApplicants: 150,

0 commit comments

Comments
 (0)