import styles from '@system/documents/SignatureBox.module.scss'; import * as React from 'react'; export default function SignatureBox(props) { return (
{props.signer}
Signature:
Date: 
{props.name} 
{props.title} 
); }