2025-09-15 18:30:09 +08:00

6 lines
292 B
TypeScript

export { default as Navigation } from './Navigation';
export { default as MainContent } from './MainContent';
export { default as Footer } from './Footer';
export { default as BackgroundElements } from './BackgroundElements';
export { default as LanguageSwitcher } from './LanguageSwitcher';