diff --git a/apps/dashboard/src/components/workflow-editor/steps/email/email-editor.tsx b/apps/dashboard/src/components/workflow-editor/steps/email/email-editor.tsx index 37487f0351b..904496048ea 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/email/email-editor.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/email/email-editor.tsx @@ -3,7 +3,6 @@ import { getComponentByType } from '@/components/workflow-editor/steps/component import { EmailPreviewHeader } from '@/components/workflow-editor/steps/email/email-preview'; import { EmailTabsSection } from '@/components/workflow-editor/steps/email/email-tabs-section'; import { type UiSchema } from '@novu/shared'; -import { motion } from 'motion/react'; const subjectKey = 'subject'; const emailEditorKey = 'emailEditor'; @@ -14,7 +13,7 @@ export const EmailEditor = (props: EmailEditorProps) => { const { [emailEditorKey]: emailEditor, [subjectKey]: subject } = uiSchema?.properties ?? {}; return ( - <> +