trading-platform-frontend-v2/src/modules/education/components/index.ts
Adrian Flores Cortes fc0ab528c3 [OQI-002] feat: Add education UX components
- CertificatePreview: Display earned certificates with download/share
- CourseReviews: Reviews section with rating summary and filtering
- LessonNotes: Note-taking with timestamps and auto-save
- RecommendedCourses: Course recommendations with multiple layouts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 10:27:25 -06:00

10 lines
338 B
TypeScript

/**
* Education Components Index
* Export all education-related components
*/
export { default as CertificatePreview } from './CertificatePreview';
export { default as CourseReviews } from './CourseReviews';
export { default as LessonNotes } from './LessonNotes';
export { default as RecommendedCourses } from './RecommendedCourses';