Skip to content

Commit 954c542

Browse files
remove path from IndexRoute
1 parent f7f4d1e commit 954c542

File tree

1 file changed

+1
-1
lines changed
  • cli/generator/templates/src/components/Routes

1 file changed

+1
-1
lines changed

cli/generator/templates/src/components/Routes/Routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ import {
77

88
export default (
99
<Route path="/" component={App}>
10-
<IndexRoute path="link" component={App} />
10+
<IndexRoute component={App} />
1111
</Route>
1212
);

0 commit comments

Comments
 (0)