Skip to content

Instantly share code, notes, and snippets.

@frankzickert
Created August 9, 2019 11:22
Show Gist options
  • Save frankzickert/f1e1e5435f93122a526e3b6e4cd9571f to your computer and use it in GitHub Desktop.
Save frankzickert/f1e1e5435f93122a526e3b6e4cd9571f to your computer and use it in GitHub Desktop.
const App = () => {
return <BrowserRouter>
<Route path="/" render={() => <Home />} />
<Route path="/dashboard" render={() => <Dashboard />} />
</BrowserRouter>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment