import { ModuleProvider, Modules } from "@medusajs/framework/utils" import { SendgridNotificationService } from "./services/sendgrid" const services = [SendgridNotificationService] export default ModuleProvider(Modules.NOTIFICATION, { services, })