Skip to content

Commit

Permalink
Made preference form
Browse files Browse the repository at this point in the history
  • Loading branch information
AdvaitP10 committed Apr 13, 2024
1 parent 0f15e29 commit b575d5c
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 12 deletions.
4 changes: 3 additions & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import ProjectCard from "./components/ProjectCard";
import ProjectForm from "./pages/ProjectForm";
import Register from "./pages/Register";
import ProjectDetails from "./pages/ProjectDetails";
import PreferenceForm from "./pages/PreferenceForm";

export default function App() {
return (
Expand All @@ -31,7 +32,8 @@ export default function App() {
<Route path="/contact" element={<Contact />} /> */}
<Route path="/previous_projects" element={<Login />} />
<Route path="/Dashboard" element={<Dashboard />} />
<Route path="/Dashboard/ProjectForm" element={<ProjectForm />} />
{/* <Route path="/Dashboard/ProjectForm" element={<ProjectForm />} /> */}
<Route path="PreferenceForm" element={<PreferenceForm />} />
</Routes>

{/* <div class="containerscrollable">
Expand Down
Loading

0 comments on commit b575d5c

Please sign in to comment.