First commit
This commit is contained in:
9
frontend/src/components/layout/index.ts
Normal file
9
frontend/src/components/layout/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 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';
|
||||
Reference in New Issue
Block a user