We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc5295 commit 9de3598Copy full SHA for 9de3598
docs/api/components/Routes.md
@@ -33,7 +33,7 @@ import { Route, Routes } from "react-router";
33
<Routes>
34
<Route index element={<StepOne />} />
35
<Route path="step-2" element={<StepTwo />} />
36
- <Route path="step-3" element={<StepThree />}>
+ <Route path="step-3" element={<StepThree />} />
37
</Routes>
38
```
39
0 commit comments