Skip to content

Instantly share code, notes, and snippets.

@karenying
Last active November 22, 2020 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karenying/f4fbc54927fc1650823c5cc2f37f9f25 to your computer and use it in GitHub Desktop.
Save karenying/f4fbc54927fc1650823c5cc2f37f9f25 to your computer and use it in GitHub Desktop.
<Router>
<Route path='/:page' component={Header} />
<Route exact path='/' component={Header} />
<Route exact path='/' component={Home} />
<Route exact path='/home' component={Home} />
<Route exact path='/about' component={About} />
<Route exact path='/contact' component={Contact} />
</Router>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment