Skip to content

Commit

Permalink
no export default
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Aug 7, 2024
1 parent 4ed0647 commit 3ff0feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { renderEmail } from './email/email';
import { renderEventEmail } from './email/event-email';
import { renderPostEmail } from './email/post-email';
export * from './email/types';
export default { renderEmail, renderEventEmail, renderPostEmail };
export { renderEmail, renderEventEmail, renderPostEmail };

0 comments on commit 3ff0feb

Please sign in to comment.