Welcome
This is the app template. Start building by adding pages, services, and components.
Quick Start
1
Add a new page in src/app/
2
Define route constants in src/lib/routes.ts
3
Add services in src/supabase/ or src/pages/<module>/services/
4
Add React Query hooks in src/pages/<module>/hooks/