chore: use framework sub paths everywhere (#9253)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import { INotificationModuleService } from "@medusajs/types"
|
||||
import { ContainerRegistrationKeys, Modules, promiseAll } from "@medusajs/utils"
|
||||
import { INotificationModuleService } from "@medusajs/framework/types"
|
||||
import {
|
||||
ContainerRegistrationKeys,
|
||||
Modules,
|
||||
promiseAll,
|
||||
} from "@medusajs/framework/utils"
|
||||
import { get } from "lodash"
|
||||
import { SubscriberArgs, SubscriberConfig } from "../types/subscribers"
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
import { IPaymentModuleService, ProviderWebhookPayload } from "@medusajs/types"
|
||||
import { Modules, PaymentWebhookEvents } from "@medusajs/utils"
|
||||
import {
|
||||
IPaymentModuleService,
|
||||
ProviderWebhookPayload,
|
||||
} from "@medusajs/framework/types"
|
||||
import { Modules, PaymentWebhookEvents } from "@medusajs/framework/utils"
|
||||
import { SubscriberArgs, SubscriberConfig } from "../types/subscribers"
|
||||
|
||||
type SerializedBuffer = {
|
||||
|
||||
Reference in New Issue
Block a user