chore: use framework sub paths everywhere (#9253)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { MedusaContainer } from "@medusajs/types"
|
||||
import { MedusaContainer } from "@medusajs/framework/types"
|
||||
import {
|
||||
ContainerRegistrationKeys,
|
||||
remoteQueryObjectFromString,
|
||||
} from "@medusajs/utils"
|
||||
} from "@medusajs/framework/utils"
|
||||
|
||||
export const refetchCustomerGroup = async (
|
||||
customerGroupId: string,
|
||||
|
||||
Reference in New Issue
Block a user