Making progress on rewrite. Recreating queries and hooks now.

This commit is contained in:
2025-06-24 15:56:44 -05:00
parent 13cf089870
commit fbb24185df
13 changed files with 840 additions and 34 deletions

22
src/lib/queries/index.ts Normal file
View File

@@ -0,0 +1,22 @@
export {
forgotPassword,
getCurrentUser,
getProfile,
getAvatar,
resetPassword,
signIn,
signInWithApple,
signInWithMicrosoft,
signOut,
signUp,
updateProfile
} from './auth';
export {
deleteFiles,
getPublicUrl,
getSignedUrl,
listFiles,
resizeImage,
uploadFile,
updateFile
} from './storage';