First commit
This commit is contained in:
11
frontend/src/stores/index.ts
Normal file
11
frontend/src/stores/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Pinia Stores Export
|
||||
* Central export point for all application stores
|
||||
*/
|
||||
|
||||
export { useAuthStore } from './auth';
|
||||
export { useAppStore } from './app';
|
||||
|
||||
// Re-export types for convenience
|
||||
export type { User, LoginRequest, RegisterRequest, AuthResponse } from '@/types';
|
||||
export type { Toast, ToastType, AppState } from '@/types';
|
||||
Reference in New Issue
Block a user