Skip to content

Instantly share code, notes, and snippets.

@iamparthaonline
Created February 17, 2022 11:33
Show Gist options
  • Select an option

  • Save iamparthaonline/f45b5634908627dee566bbd2979092d6 to your computer and use it in GitHub Desktop.

Select an option

Save iamparthaonline/f45b5634908627dee566bbd2979092d6 to your computer and use it in GitHub Desktop.
const FunctionalContentComponent = function (props) {
return (
<>
<h1>{props.title} </h1>
<p>{props.paragraph}</p>
</>
);
};
export default FunctionalContentComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment