Created
June 28, 2018 20:07
-
-
Save ConnectedReasoning/7d08c201884e050525face0dae496bf3 to your computer and use it in GitHub Desktop.
react component skeleton
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'; | |
export default class Home extends React.Component{ | |
render(){ | |
return() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment