Skip to content

Commit 84f8f96

Browse files
docs(router): update component structure in routing guide (#4355)
Co-authored-by: Sean Cassiere <[email protected]>
1 parent 98d268a commit 84f8f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/routing/routing-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The following table shows which component(s) will be rendered based on the URL:
190190

191191
| URL Path | Component |
192192
| ---------------- | ------------------------ |
193-
| `/` | `<Index>` |
193+
| `/app` | `<AppLayout>` |
194194
| `/app/dashboard` | `<AppLayout><Dashboard>` |
195195
| `/app/settings` | `<AppLayout><Settings>` |
196196

0 commit comments

Comments
 (0)