changed names
This commit is contained in:
@@ -8,7 +8,7 @@ import SelectField from "@/app/components/select/SelectField";
|
||||
import Permissions from "@/app/components/permissions/Permissions";
|
||||
import useUserForm from "@/app/hooks/useUserForm";
|
||||
import Alert from "@/app/components/alerts/Alert";
|
||||
const page = () => {
|
||||
const AddUserPage = () => {
|
||||
const {
|
||||
register,
|
||||
handleSubmit,
|
||||
@@ -109,4 +109,4 @@ const page = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default page;
|
||||
export default AddUserPage;
|
||||
|
||||
Reference in New Issue
Block a user