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