ALwrity Version 0.5.0 (Fastapi + React )
This commit is contained in:
9
frontend/src/stores/index.ts
Normal file
9
frontend/src/stores/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Export all stores
|
||||
export { useDashboardStore } from './dashboardStore';
|
||||
export { useSEODashboardStore } from './seoDashboardStore';
|
||||
export { useSharedDashboardStore } from './sharedDashboardStore';
|
||||
|
||||
// Re-export types for convenience
|
||||
export type { DashboardStore } from './dashboardStore';
|
||||
export type { SEODashboardStore } from './seoDashboardStore';
|
||||
export type { SharedDashboardState } from './sharedDashboardStore';
|
||||
Reference in New Issue
Block a user