Guest User

Untitled

a guest
Apr 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <App>
  2. <Route exact path="/" render={
  3. <Layout>
  4. <Route exact path="/" component={ComponentUnderLayout} />
  5. <Route exact path="/path1" component={ComponentUnderLayout2} />
  6. </Layout>
  7. } />
  8. <Route path="/signin" component={ComponentWithoutLayout} />
  9. </App>
Add Comment
Please, Sign In to add comment