| 4 | import { SiteConfig } from "@/shared/config/site-config"; |
| 5 | |
| 6 | interface BaseEmailLayoutProps { |
| 7 | previewText: string; |
| 8 | children: React.ReactNode; |
| 9 | } |
| 10 | |
| 11 | // Consistent styling variables |
| 12 | const primaryColor = "#2563EB"; // Blue-600 |
nothing calls this directly
no outgoing calls
no test coverage detected