import get from "./get";
import cancelScheduled from "./cancelScheduled";

export const emails = {
  get,
  cancelScheduled,
};
