function Header(props) { return (

{props.text}

); } export default Header;