Skip to content

Instantly share code, notes, and snippets.

@dfosco
Last active July 28, 2017 14:48
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 dfosco/fa6c2f31a386ee813d1f79466379a4d6 to your computer and use it in GitHub Desktop.
Save dfosco/fa6c2f31a386ee813d1f79466379a4d6 to your computer and use it in GitHub Desktop.
react-pattern
import React from 'react'
export default function Component() {
return (
<div></div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment