fix(roles): handle errors properly in edit role API

This commit is contained in:
ghazall-ag
2025-11-05 18:20:45 +03:30
parent 453cc81c70
commit 06d430d21c
10 changed files with 644 additions and 81 deletions

7
src/pages/Users.jsx Normal file
View File

@@ -0,0 +1,7 @@
import React from 'react'
export default function Users() {
return (
<div>Users</div>
)
}