Skip to content

Instantly share code, notes, and snippets.

@RouillerRomain
Last active March 18, 2019 09:40
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/16cdfdf54dd5dbd3cdec6e7a80950f4b to your computer and use it in GitHub Desktop.
Save RouillerRomain/16cdfdf54dd5dbd3cdec6e7a80950f4b to your computer and use it in GitHub Desktop.
import React from 'react'
const FunctionnalComponent = (Props) => {
return (
<div className="container">
<p> Our first Functionnal Component ! </p>
</div>
)
}
export default FunctionnalComponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment