veza/apps/web/src/components/ui/lazy-component/index.ts

42 lines
971 B
TypeScript
Raw Normal View History

export { LazyErrorFallback } from './LazyErrorFallback';
export type { LazyErrorFallbackProps } from './LazyErrorFallback';
export { LazyErrorBoundary } from './LazyErrorBoundary';
export type { LazyErrorBoundaryProps } from './LazyErrorBoundary';
export { createLazyComponent } from './createLazyComponent';
export type { LazyComponentProps } from './createLazyComponent';
export {
LazyDashboard,
LazyChat,
LazyLibrary,
LazyProfile,
LazySettings,
LazyLogin,
LazyRegister,
LazyForgotPassword,
LazyVerifyEmail,
LazyResetPassword,
LazySessions,
LazyNotFound,
LazyServerError,
LazyUserProfile,
LazyRoles,
LazyTrackDetail,
LazyPlaylistRoutes,
LazyAdminDashboard,
LazyAnalytics,
LazyWebhooks,
LazyDesignSystemDemo,
LazySocial,
LazyGear,
LazyLive,
LazyEducation,
LazyQueue,
LazyDeveloper,
LazyNotifications,
LazyMarketplace,
LazySearch,
LazySellerDashboard,
LazyWishlist,
LazyPurchases,
} from './lazyExports';