create car page and update user page

This commit is contained in:
m7amedez5511
2026-06-13 17:49:48 +03:00
parent e0e38dc87a
commit 68bfce4345
12 changed files with 2320 additions and 387 deletions

View File

@@ -120,7 +120,7 @@ export function useUsers() {
}
}, [notify]);
// deletwe user
// delete user
const deleteUser = useCallback(async (id: string): Promise<boolean> => {
try {
const token = getStoredToken();