import React from "react" export default props => (

{props.title}

{props.text}

)