Skip to content

Commit

Permalink
add work
Browse files Browse the repository at this point in the history
  • Loading branch information
tuduun committed Jun 30, 2023
1 parent fc48bcb commit d5895a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gator-plan/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ function App() {
<>
<Navbar />
<div className="container">
<Routes>
{/* <Routes>
<Route path="/" element={<Home />} />
<Route path="/courses" element={<Courses />} />
<Route path="/about" element={<About />} />
<Route path="*" element={<NotFoundPage />} />
</Routes>
</Routes> */}
</div>
</>
)
Expand Down

0 comments on commit d5895a2

Please sign in to comment.