Add Header and Footer components for authenticated page layouts.

This commit is contained in:
2025-11-02 05:59:08 +01:00
parent 4885df80a7
commit bf04c98408
3 changed files with 205 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
// Layout components
// Examples: Header, Footer, Sidebar, Navigation, etc.
/**
* Layout Components
* Common layout elements for authenticated pages
*/
export {};
export { Header } from './Header';
export { Footer } from './Footer';