Skip to content

Commit

Permalink
Fix college names,change signup,fix line bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tanish35 committed Oct 28, 2024
1 parent 984e99f commit ab03de3
Show file tree
Hide file tree
Showing 5 changed files with 422 additions and 168 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/AddDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { z } from "zod";
import axios from "axios";
import { useNavigate } from "react-router-dom";

import { collegeNames } from "./data/collegeNames";
import collegeNames from "./data/collegeNames";
import { courseNames } from "./data/courseName";
import { location } from "./data/location";

Expand Down
Loading

0 comments on commit ab03de3

Please sign in to comment.