import React from 'react'; import cn from 'classnames'; import { Button } from 'plugin-api/beta/client/components/ui'; import styles from './DeleteMyAccountStep.css'; const DeleteMyAccountStep1 = props => (

Are you sure you want to delete your account?

To confirm you would like to delete your account please type in the following phrase into the text box below:

); export default DeleteMyAccountStep1;