index files

This commit is contained in:
Tickbase
2026-07-11 12:21:29 +02:00
parent d4eb610bb9
commit 70011b7629
3 changed files with 7 additions and 7 deletions
-1
View File
@@ -1,7 +1,6 @@
// 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'
export { default as UpdateScreen } from './UpdateScreen'