Files
myeasycms-v2/packages/email-templates
gbuomprisco 9294e1c823 Refactor code for readability and order
Made several changes across different files primarily focusing on readability. Arranged CSS classes in a standardized order for easier reading and maintenance. Arranged and formatted import lines, function declarations, and component return statements for legibility. Removed unnecessary React imports in some files.
2024-06-21 17:58:20 +08:00
..

Emails - @kit/email-templates

This package is responsible for managing email templates using the react.email library.

Here you can define email templates using React components and export them as a function that returns the email content.