import React from 'react'; export function BigImage(props) { return (

{props.text}

); }