Skip to content

Instantly share code, notes, and snippets.

@mikeyamadeo
Last active August 6, 2016 15:50
Show Gist options
  • Save mikeyamadeo/28019c26ecfc19905402bc1fe089b26b to your computer and use it in GitHub Desktop.
Save mikeyamadeo/28019c26ecfc19905402bc1fe089b26b to your computer and use it in GitHub Desktop.
import './style/css'
import React from 'react'
const Root = ({children}) =>
<div>
{ children }
</div>
export default Root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment