UNPKG

@bernierllc/email-ui

Version:

React UI components for email management, templates, scheduling, and analytics

11 lines (9 loc) 486 B
/* Copyright (c) 2025 Bernier LLC This file is licensed to the client under a limited-use license. The client may use and modify this code *only within the scope of the project it was delivered for*. Redistribution or use in other products or commercial offerings is not permitted without written consent from Bernier LLC. */ export { TemplateEditor } from './TemplateEditor'; export { EmailComposer } from './EmailComposer'; export { AnalyticsDashboard } from './AnalyticsDashboard';