Skip to content

Commit

Permalink
feat : Implemented the Add New User Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
emaicorp2002 committed Jul 21, 2024
1 parent 1cd6bbb commit 7cdb2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/addUserModel/addUserModal.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import clsx from "clsx";
import { XIcon } from "lucide-react";

import { useModal } from "../../context/modalContext";
import { InputForm } from "../ui/formComponents/formComponent";
import { UploadPicture } from "../ui/formComponents/uploadPicture";
Expand Down

0 comments on commit 7cdb2b5

Please sign in to comment.