feat(frontend): Setup Next.js with Zustand stores and API client - Phase 2 initialization
This commit is contained in:
6
frontend-next/lib/stores/index.ts
Normal file
6
frontend-next/lib/stores/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 🛒 Store Exports
|
||||
*/
|
||||
|
||||
export { useAuthStore, useAuth } from './auth.store';
|
||||
export { useTasksStore, useTasks } from './tasks.store';
|
||||
Reference in New Issue
Block a user