Skip to content

Instantly share code, notes, and snippets.

@altyaper
Last active June 8, 2019 20:34
Show Gist options
  • Select an option

  • Save altyaper/e02743eadd5f7b0973a80f9488d35f5f to your computer and use it in GitHub Desktop.

Select an option

Save altyaper/e02743eadd5f7b0973a80f9488d35f5f to your computer and use it in GitHub Desktop.

Revisions

  1. Jorge Chavez revised this gist Jun 8, 2019. No changes.
  2. Jorge Chavez created this gist Jun 8, 2019.
    9 changes: 9 additions & 0 deletions React Component
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    import React from 'react'

    function Component({children}) {
    return (
    {children}
    )
    }

    export default Component;