Skip to content

Instantly share code, notes, and snippets.

@steinarb
Created March 16, 2020 19:40
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 steinarb/4b2f275a987aa3e203645609959e48cd to your computer and use it in GitHub Desktop.
Save steinarb/4b2f275a987aa3e203645609959e48cd to your computer and use it in GitHub Desktop.
<Provider store={store}>
<Router>
<div className="App">
<Switch>
<Route exact path="/frontend-karaf-demo/" component={Home} />
<Route path="/frontend-karaf-demo/counter" component={Counter} />
<Route path="/frontend-karaf-demo/about" component={About} />
</Switch>
</div>
</Router>
</Provider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment