calcom/lib/emails/templates/common/index.ts
Mihai C 80a2b6c068
chore: clean up and fix images (#1224)
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2021-12-01 10:32:08 +00:00

6 lines
343 B
TypeScript

export { emailHead } from "./head";
export { emailSchedulingBodyHeader } from "./scheduling-body-head";
export { emailBodyLogo } from "./body-logo";
export { emailScheduledBodyHeaderContent } from "./scheduling-body-head-content";
export { emailSchedulingBodyDivider } from "./scheduling-body-divider";
export { linkIcon } from "./link-icon";