Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
79
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. import Section from './section';
  3.  
  4. export default App = () => (
  5. <Section>
  6. <Section.Header>
  7. <Section.Title> My Section </Section.Title>
  8. </Section.Header>
  9. <Section.Body>
  10. Any content here
  11. </Section.Body>
  12. </Section>
  13. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement