Refactor & clean up code.

This commit is contained in:
2025-07-17 15:20:59 -05:00
parent dabc248010
commit fefe7e8717
31 changed files with 473 additions and 295 deletions

View File

@@ -2,7 +2,7 @@ export {
forgotPassword,
getCurrentUser,
getProfile,
getAvatar,
getUserWithStatus,
resetPassword,
signIn,
signInWithApple,
@@ -13,7 +13,9 @@ export {
} from './auth';
export {
deleteFiles,
getAvatarUrl,
getPublicUrl,
getSignedAvatarUrl,
getSignedUrl,
listFiles,
resizeImage,