We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc87210 commit 44864bcCopy full SHA for 44864bc
1 file changed
src/App.jsx
@@ -10,7 +10,7 @@ function App() {
10
return (
11
<Routes>
12
<Route path="/" element={<Home />} />
13
- <Route path="/doc" element={<Doc />} />
+ <Route path="/Doc" element={<Doc />} />
14
</Routes>
15
);
16
}
0 commit comments