* MED-145: send notification to patient when summary completed * MED-145: send notification to patient when summary completed * use aliased imports where possible, revert cart service urls * save language preference to local db * remove unnecessary optional chaning
7 lines
263 B
TypeScript
7 lines
263 B
TypeScript
export * from './emails/invite.email';
|
|
export * from './emails/account-delete.email';
|
|
export * from './emails/otp.email';
|
|
export * from './emails/company-offer.email';
|
|
export * from './emails/synlab.email';
|
|
export * from './emails/doctor-summary-received.email';
|