Skip to content

Instantly share code, notes, and snippets.

@marensas
Last active July 10, 2018 20:49
Show Gist options
  • Save marensas/570132de81120a0f835caeffc07bc3fa to your computer and use it in GitHub Desktop.
Save marensas/570132de81120a0f835caeffc07bc3fa to your computer and use it in GitHub Desktop.
import React from 'react';
const Question = props => {
return <p>{props.question}</p>;
}
export default Question;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment