Changeset 82c9c53 for src/app/students/profile/page.tsx
- Timestamp:
- 10/21/25 17:28:54 (11 months ago)
- Branches:
- master
- Children:
- b67f274
- Parents:
- 2d635ae
- File:
-
- 1 edited
-
src/app/students/profile/page.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/app/students/profile/page.tsx
r2d635ae r82c9c53 19 19 import studentData from '@/data/student-profile.json'; 20 20 21 import { IconDefinition } from '@fortawesome/fontawesome-svg-core'; 22 21 23 interface InfoRowProps { 22 24 label: string; 23 25 value: string | number; 24 icon?: any;26 icon?: IconDefinition; 25 27 } 26 28 … … 39 41 interface SectionProps { 40 42 title: string; 41 icon: any;43 icon: IconDefinition; 42 44 children: React.ReactNode; 43 45 }
Note:
See TracChangeset
for help on using the changeset viewer.
