Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
parthgupta21 committed May 18, 2024
1 parent 9f24273 commit cf7c23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/signup/SignUp.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Link } from "react-router-dom";
import GenderCheckbox from "../../components/signup/GenderCheckbox";
import GenderCheckbox from "./GenderCheckbox";
import { useState } from "react";
import useSignup from "../../hooks/useSignup";
const SignUp = () => {
Expand Down

0 comments on commit cf7c23c

Please sign in to comment.