Open
Description
Describe the solution you'd like
Manage User Component
Displays a list of users to view details for each user.
Includes pagination, sorting, and filtering functionalities.
Provides an action button for adding a new user.
Add User Component
Allows the creation of a new user by filling out a form with required fields like name, email, role, etc.
Includes client-side validation for form inputs.
Displays success/error notifications upon form submission.