Making progress on rewrite. Recreating queries and hooks now.
This commit is contained in:
22
src/lib/queries/index.ts
Normal file
22
src/lib/queries/index.ts
Normal 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';
|
Reference in New Issue
Block a user