- 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>
10 lines
338 B
TypeScript
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';
|