Last active
July 28, 2017 14:48
-
-
Save dfosco/fa6c2f31a386ee813d1f79466379a4d6 to your computer and use it in GitHub Desktop.
react-pattern
This file contains 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 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