Skip to content

Instantly share code, notes, and snippets.

@Jahans3
Created August 2, 2017 21:51
Show Gist options
  • Save Jahans3/bcc4ca3426eea844295e3064e72a3217 to your computer and use it in GitHub Desktop.
Save Jahans3/bcc4ca3426eea844295e3064e72a3217 to your computer and use it in GitHub Desktop.
const App = () => (
<SomeOuterComponent title='This is a Title'>
<SomeChildComponent />
</SomeOuterComponent>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment