Last active
August 6, 2016 15:50
-
-
Save mikeyamadeo/28019c26ecfc19905402bc1fe089b26b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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