import React from 'react' const Show = (props) => (
      {props.text}
    
) export default Show