We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a75d13 commit 393ecbbCopy full SHA for 393ecbb
src/App.jsx
@@ -56,6 +56,7 @@ export default function App() {
56
<ThemeSwitcher theme={theme} toggleTheme={toggleTheme} />
57
<main className="container">
58
<Routes>
59
+ {/* Different Routes */}
60
<Route path="/" element={<Home />} />
61
<Route path="/weather" element={<Weather />} />
62
<Route path="/crypto" element={<Crypto />} />
0 commit comments