forked from cardosofelipe/fast-next-template
Add Header and Footer components for authenticated page layouts.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user