| /** | |
| * Layout Components | |
| * Export all layout components for easy importing | |
| */ | |
| export { default as AppLayout } from './AppLayout.vue' | |
| export { default as AppSidebar } from './AppSidebar.vue' | |
| export { default as AppHeader } from './AppHeader.vue' | |
| export { default as AuthLayout } from './AuthLayout.vue' | |