feat(frontend): Setup Next.js with Zustand stores and API client - Phase 2 initialization

This commit is contained in:
Erik Silva
2025-12-01 01:43:21 -03:00
parent 5ff1a4a004
commit 888e4e4d60
7 changed files with 990 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
/**
* 🛒 Store Exports
*/
export { useAuthStore, useAuth } from './auth.store';
export { useTasksStore, useTasks } from './tasks.store';