Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <Link to={`readings/edit/${reading.id}`} params={{id: reading.id}}>
  2.  
  3. <Route path="/" component={App}>
  4. <IndexRoute component={Greetings}/>
  5. ...
  6. <Route path="readings/edit/:id" component={requireAuth(ReadingEdit)}/>
  7. <Route path="readings/:tab" component={requireAuth(ReadingListContainer)}/>
  8. ...
  9. </Route>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement