Skip to content

Instantly share code, notes, and snippets.

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