Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created May 9, 2019 10:01
Show Gist options
  • Save amandeepmittal/85e6deaf62f75624112f837a3126d327 to your computer and use it in GitHub Desktop.
Save amandeepmittal/85e6deaf62f75624112f837a3126d327 to your computer and use it in GitHub Desktop.
function App() {
return (
<Router>
<div>
<Route path='/' component={Home} />
<Route path='/about' component={About} />
</div>
</Router>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment