Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-18 12:09:49 +00:00
parent f91f1098e7
commit 136f1b98cd
2 changed files with 13 additions and 2 deletions

View file

@ -15,6 +15,7 @@ export interface Profile {
stripe_customer_id: string | null;
paddle_customer_id: string | null;
onboarding_completed: boolean;
timezone: string;
}
export function useProfile() {