Files
creamlinux-installer/src/components/layout/index.ts
2025-05-18 18:23:06 +02:00

7 lines
325 B
TypeScript

// Export all layout components
export { default as Header } from './Header'
export { default as Sidebar } from './Sidebar'
export { default as AnimatedBackground } from './AnimatedBackground'
export { default as InitialLoadingScreen } from './InitialLoadingScreen'
export { default as ErrorBoundary } from './ErrorBoundary'