Skip to content

Instantly share code, notes, and snippets.

@RouillerRomain
Last active March 18, 2019 09:47
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 RouillerRomain/64c49aa180412bded8e81a8ed985d073 to your computer and use it in GitHub Desktop.
Save RouillerRomain/64c49aa180412bded8e81a8ed985d073 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react'
class ClassComponent extends Component {
render() {
return (
<div>
<p> My First ClassComponent </p>
</div>
)
}
}
export default ClassComponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment