import React from 'react'; import Button from './Button'; export default function ConfirmationDialog(props) { return ( <>

{props.message}

) }