Skip to content

Commit d27895b

Browse files
committed
fix:git_conflict_resolve
1 parent b87b5fc commit d27895b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/App.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,10 @@ function App() {
1919
<NavBar />
2020
<div className="main-content">
2121
<Routes>
22-
<Route path="/" element={<MakingGroupPage />} />
2322
<Route path="/makingGroup" element={<MakingGroupPage />} />
2423
<Route path="/login" element={<Login />} />
25-
<<<<<<< HEAD
2624
<Route path="/signUp" element={<SignUp />} />
27-
=======
2825
<Route path="/register" element={<SignUp />} />
29-
>>>>>>> 81d4ab40785cf0b7a88b88d4b80adbd014999a3a
3026
<Route
3127
path="/checkPointRecord"
3228
element={<CheckPointRecordPage />}

0 commit comments

Comments
 (0)