diff --git a/frontend/src/stores/index.ts b/frontend/src/stores/index.ts index 01a7703..f333984 100644 --- a/frontend/src/stores/index.ts +++ b/frontend/src/stores/index.ts @@ -1,3 +1,4 @@ // Export all stores export * from './uiStore'; export * from './dataStore'; +export * from './userStore';