export interface Props {
	email: string;
	message: string;
}
