import React from 'react' export default function CustomModal(props) { return (
{props.title}

{props.text}

) }