feat: add basic webui
This commit is contained in:
11
apps/email-playground/emails/contact.tsx
Normal file
11
apps/email-playground/emails/contact.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ContactTemplate } from '@konobangu/email/templates/contact';
|
||||
|
||||
const ExampleContactEmail = () => (
|
||||
<ContactTemplate
|
||||
name="Jane Smith"
|
||||
email="jane.smith@example.com"
|
||||
message="I'm interested in your services."
|
||||
/>
|
||||
);
|
||||
|
||||
export default ExampleContactEmail;
|
||||
Reference in New Issue
Block a user