Fix build errors

This commit is contained in:
Dries Augustyns
2025-12-04 11:42:16 +01:00
parent 6fe3779fcb
commit fde00ebda3
10 changed files with 177 additions and 193 deletions
@@ -35,7 +35,6 @@ interface EmailEditorProps {
value: string;
onChange: (value: string) => void;
placeholder?: string;
canUploadImages?: boolean;
// Optional props for preview header
subject?: string;
from?: string;