import React from 'react'; export default function (props) { return
Hello {props.fullName}
; }