Updated Nav bar avatar to use hooks

This commit is contained in:
2025-05-20 16:11:41 -05:00
parent 408bb140ba
commit 259aa46ef8
6 changed files with 49 additions and 48 deletions

3
src/lib/hooks/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export * from './useAvatar';
export * from './useFileUpload';
export * from './useProfile';