- EducationPage with 3 tabs: Catalog, My Courses, Certificates - HLS.js video player integration for course lessons - Course enrollment, progress tracking, and certificate display - TypeScript types matching backend models - API service layer for all education endpoints - Lazy loading route configuration Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
53 lines
1 KiB
TypeScript
53 lines
1 KiB
TypeScript
export {
|
|
createLazyComponent,
|
|
LazyErrorFallback,
|
|
LazyErrorBoundary,
|
|
LazyDashboard,
|
|
LazyChat,
|
|
LazyChatJoin,
|
|
LazyLibrary,
|
|
LazyProfile,
|
|
LazySettings,
|
|
LazyLogin,
|
|
LazyRegister,
|
|
LazyForgotPassword,
|
|
LazyVerifyEmail,
|
|
LazyResetPassword,
|
|
LazySessions,
|
|
LazyNotFound,
|
|
LazyServerError,
|
|
LazyUserProfile,
|
|
LazyRoles,
|
|
LazyTrackDetail,
|
|
LazyPlaylistRoutes,
|
|
LazySharedPlaylistPage,
|
|
LazyAdminDashboard,
|
|
LazyAdminModeration,
|
|
LazyAdminPlatform,
|
|
LazyAdminTransfers,
|
|
LazyAnalytics,
|
|
LazyWebhooks,
|
|
LazyDesignSystemDemo,
|
|
LazySocial,
|
|
LazyFeed,
|
|
LazyDiscover,
|
|
LazyGear,
|
|
LazyLive,
|
|
LazyGoLive,
|
|
LazyListenTogether,
|
|
LazyCloud,
|
|
LazyQueue,
|
|
LazyDeveloper,
|
|
LazyNotifications,
|
|
LazyMarketplace,
|
|
LazySearch,
|
|
LazySellerDashboard,
|
|
LazyWishlist,
|
|
LazyPurchases,
|
|
LazyProductDetail,
|
|
LazyCheckoutComplete,
|
|
LazySubscription,
|
|
LazyDistribution,
|
|
LazyEducation,
|
|
} from './lazy-component';
|
|
export type { LazyComponentProps, LazyErrorFallbackProps, LazyErrorBoundaryProps } from './lazy-component';
|