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/ee57f47c722378616428ed3107ddfbc1 to your computer and use it in GitHub Desktop.
Save karenying/ee57f47c722378616428ed3107ddfbc1 to your computer and use it in GitHub Desktop.
<Router>
<Route path='/:page' 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