We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87b5fc commit d27895bCopy full SHA for d27895b
1 file changed
src/App.jsx
@@ -19,14 +19,10 @@ function App() {
19
<NavBar />
20
<div className="main-content">
21
<Routes>
22
- <Route path="/" element={<MakingGroupPage />} />
23
<Route path="/makingGroup" element={<MakingGroupPage />} />
24
<Route path="/login" element={<Login />} />
25
-<<<<<<< HEAD
26
<Route path="/signUp" element={<SignUp />} />
27
-=======
28
<Route path="/register" element={<SignUp />} />
29
->>>>>>> 81d4ab40785cf0b7a88b88d4b80adbd014999a3a
30
<Route
31
path="/checkPointRecord"
32
element={<CheckPointRecordPage />}
0 commit comments