rallly/packages/emails/src/templates.ts
2023-07-05 14:46:30 +01:00

8 lines
350 B
TypeScript

export * from "./templates/finalized-host";
export * from "./templates/finalized-participant";
export * from "./templates/login";
export * from "./templates/new-comment";
export * from "./templates/new-participant";
export * from "./templates/new-participant-confirmation";
export * from "./templates/new-poll";
export * from "./templates/register";