Skip to content

Commit

Permalink
Fix index routes example (#8423)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamsinghchahar committed Dec 1, 2021
1 parent b988268 commit 011e45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -8,3 +8,4 @@
- paulsmithkc
- timdorr
- turansky
- shivamsinghchahar
2 changes: 1 addition & 1 deletion docs/getting-started/overview.md
Expand Up @@ -300,7 +300,7 @@ function App() {
return (
<Routes>
<Route path="/" element={<Layout />}>
<Route index element={<Activity />}>
<Route index element={<Activity />} />
<Route path="invoices" element={<Invoices />} />
<Route path="activity" element={<Activity />} />
</Route>
Expand Down

0 comments on commit 011e45b

Please sign in to comment.