Skip to content

Instantly share code, notes, and snippets.

@carlrip
Created September 9, 2019 07:04

Revisions

  1. carlrip created this gist Sep 9, 2019.
    6 changes: 6 additions & 0 deletions App.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <Layout>
    <Route exact path='/' component={Home} />
    <Route path='/counter' component={Counter} />
    <AuthorizeRoute path='/fetch-data' component={FetchData} />
    <Route path={ApplicationPaths.ApiAuthorizationPrefix} component={ApiAuthorizationRoutes} />
    </Layout>