Skip to content

Commit 393ecbb

Browse files
Add comment for different routes in App.jsx
Added a comment for clarity on routes.
1 parent 8a75d13 commit 393ecbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export default function App() {
5656
<ThemeSwitcher theme={theme} toggleTheme={toggleTheme} />
5757
<main className="container">
5858
<Routes>
59+
{/* Different Routes */}
5960
<Route path="/" element={<Home />} />
6061
<Route path="/weather" element={<Weather />} />
6162
<Route path="/crypto" element={<Crypto />} />

0 commit comments

Comments
 (0)