Initial commit
This commit is contained in:
4
packages/auth/src/ui/index.ts
Normal file
4
packages/auth/src/ui/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auth has no React Query option builders today (all auth procedures are
|
||||
// mutations). This file is the public UI surface for future components
|
||||
// and queries — extend rather than re-add to root index.ts.
|
||||
export {};
|
||||
5
packages/auth/src/ui/query.ts
Normal file
5
packages/auth/src/ui/query.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// React Query option builders for auth feature procedures.
|
||||
// Sign-in/up/out are mutations — no query options needed.
|
||||
// This file is intentionally minimal; expand if read procedures get added.
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user