changed names

This commit is contained in:
2026-03-05 16:20:00 +08:00
parent b3f7427e95
commit fcaa310502
7 changed files with 14 additions and 14 deletions

View File

@@ -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;