Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import React from 'react'
  2.  
  3. HEAD
  4. export default props => ( <div id="app-view">
  5. <h1><a href="/">Things</a></h1>
  6. =======
  7. export default props => (
  8. <div id='app-view'>
  9. <h1>Things</h1>
  10. a9316bd69a3081209c00e0ddf2dc0b0454caaff5
  11. {props.children}
  12. </div>
  13. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement