feat: implement onboarding flow with complex creation and email verification, and add Zustand for state management

This commit is contained in:
Jose Selesan
2026-04-21 09:14:45 -03:00
parent 23e4218f6f
commit 07408dbbbe
29 changed files with 843 additions and 71 deletions

View File

@@ -4,4 +4,4 @@ import { http } from '../http';
export async function list() {
const response = await http.get<PlanSummary[]>('/api/plans');
return response.data;
}
}