diff --git a/mailpoet/assets/js/src/automation/integrations/mailpoet/steps/send_email/edit.tsx b/mailpoet/assets/js/src/automation/integrations/mailpoet/steps/send_email/edit.tsx
index 6be2735663..32185f58d4 100644
--- a/mailpoet/assets/js/src/automation/integrations/mailpoet/steps/send_email/edit.tsx
+++ b/mailpoet/assets/js/src/automation/integrations/mailpoet/steps/send_email/edit.tsx
@@ -1,5 +1,42 @@
-import { PanelBody } from '@wordpress/components';
+import { PanelBody, TextareaControl, TextControl } from '@wordpress/components';
+import { edit, Icon } from '@wordpress/icons';
+import {
+ PlainBodyTitle,
+ TitleActionButton,
+} from '../../../../editor/components/panel';
export function Edit(): JSX.Element {
- return TODO;
+ return (
+
+
+
+
+
+
+ {}}
+ />
+ {}}
+ />
+ {}}
+ />
+ {}}
+ />
+
+ );
}