Skip to content

Commit 9281a20

Browse files
authored
docs: Fix single route in "Nested Routing" example in ReadMe
1 parent 35fe12e commit 9281a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ const App = () => (
138138
<LocationProvider>
139139
<ErrorBoundary>
140140
<Router>
141+
<Route path="/" component={Home} />
141142
<Route path="/profiles/*" component={Profile} />
142143
</Router>
143144
</ErrorBoundary>

0 commit comments

Comments
 (0)