Created
October 29, 2015 18:38
-
-
Save jtrefry/05490c3255fed17f0248 to your computer and use it in GitHub Desktop.
File template for a React Stateless Component.
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 React from 'react'; | |
const ComponentName = (props) => ( | |
<div></div> | |
); | |
export default ComponentName; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment