Move emails to dedicated package (#3542)
* Add new package * Add twenty-emails package * Use generated files from twenty-emails in twenty-server * Fix deleted file * Import emails templates properly
This commit is contained in:
6
packages/twenty-emails/src/components/Title.tsx
Normal file
6
packages/twenty-emails/src/components/Title.tsx
Normal file
@ -0,0 +1,6 @@
|
||||
import { Heading } from '@react-email/components';
|
||||
import * as React from 'react';
|
||||
|
||||
export const Title = ({ value }) => {
|
||||
return <Heading as="h1">{value}</Heading>;
|
||||
};
|
||||
Reference in New Issue
Block a user