Skip to content

Commit 0355072

Browse files
Update index.js to fix re-route url
1 parent c205a52 commit 0355072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ import { Redirect } from 'react-router-dom';
55

66
export default function Home() {
77
return <Redirect to='/docs/intro' />;
8+
}

0 commit comments

Comments
 (0)