Skip to content

Instantly share code, notes, and snippets.

@altyaper
Last active June 8, 2019 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save altyaper/e02743eadd5f7b0973a80f9488d35f5f to your computer and use it in GitHub Desktop.
Save altyaper/e02743eadd5f7b0973a80f9488d35f5f to your computer and use it in GitHub Desktop.
React component
import React from 'react'
function Component({children}) {
return (
{children}
)
}
export default Component;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment