Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created May 9, 2019 10:01
Show Gist options
  • Save amandeepmittal/f90d7eb3a2b3fcfdbcd41874f0155f71 to your computer and use it in GitHub Desktop.
Save amandeepmittal/f90d7eb3a2b3fcfdbcd41874f0155f71 to your computer and use it in GitHub Desktop.
<Router>
<div>
<Route path='/' exact 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