docs: fix imports from dist (#9401)

This commit is contained in:
Shahed Nasser
2024-10-01 09:49:37 +00:00
committed by GitHub
parent 9bd99df545
commit 1ad7e7583f
5 changed files with 9 additions and 9 deletions
@@ -1765,10 +1765,10 @@ import {
} from "../../modules/subscription/types"
import {
authorizePaymentSessionStep,
} from "@medusajs/medusa/core-flows/dist/payment/steps/authorize-payment-session"
} from "@medusajs/medusa/core-flows"
import {
createPaymentCollectionsStep,
} from "@medusajs/medusa/core-flows/dist/cart/steps/create-payment-collection"
} from "@medusajs/medusa/core-flows"
import createSubscriptionOrderStep from "./steps/create-subscription-order"
import updateSubscriptionStep from "./steps/update-subscription"