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 98d268a commit 84f8f96Copy full SHA for 84f8f96
docs/router/framework/react/routing/routing-concepts.md
@@ -190,7 +190,7 @@ The following table shows which component(s) will be rendered based on the URL:
190
191
| URL Path | Component |
192
| ---------------- | ------------------------ |
193
-| `/` | `<Index>` |
+| `/app` | `<AppLayout>` |
194
| `/app/dashboard` | `<AppLayout><Dashboard>` |
195
| `/app/settings` | `<AppLayout><Settings>` |
196
0 commit comments