fix: tsconfig email-components package

This commit is contained in:
Ahmed Bouhuolia
2024-10-28 00:28:52 +02:00
parent 289f40014e
commit 0930b0428d
2 changed files with 4 additions and 8 deletions

View File

@@ -1,7 +1 @@
const Test = () => {
console.log(123123);
}
export default Test;
export * from './InvoicePaymentEmail';