/** * 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';