chore: update imports in tsdocs (#9379)
This commit is contained in:
@@ -15,7 +15,7 @@ export const createLinksStepId = "create-remote-links"
|
||||
* } from "@medusajs/framework/workflows-sdk"
|
||||
* import {
|
||||
* createRemoteLinkStep
|
||||
* } from "@medusajs/core-flows"
|
||||
* } from "@medusajs/medusa/core-flows"
|
||||
* import {
|
||||
* Modules
|
||||
* } from "@medusajs/framework/utils"
|
||||
|
||||
@@ -19,7 +19,7 @@ export const dismissRemoteLinkStepId = "dismiss-remote-links"
|
||||
* } from "@medusajs/framework/workflows-sdk"
|
||||
* import {
|
||||
* dismissRemoteLinkStep
|
||||
* } from "@medusajs/core-flows"
|
||||
* } from "@medusajs/medusa/core-flows"
|
||||
* import {
|
||||
* Modules
|
||||
* } from "@medusajs/framework/utils"
|
||||
|
||||
@@ -46,7 +46,7 @@ export const emitEventStepId = "emit-event-step"
|
||||
* } from "@medusajs/framework/workflows-sdk"
|
||||
* import {
|
||||
* emitEventStep
|
||||
* } from "@medusajs/core-flows"
|
||||
* } from "@medusajs/medusa/core-flows"
|
||||
*
|
||||
* const helloWorldWorkflow = createWorkflow(
|
||||
* "hello-world",
|
||||
|
||||
@@ -17,7 +17,7 @@ export const removeRemoteLinkStepId = "remove-remote-links"
|
||||
* } from "@medusajs/framework/workflows-sdk"
|
||||
* import {
|
||||
* removeRemoteLinkStep
|
||||
* } from "@medusajs/core-flows"
|
||||
* } from "@medusajs/medusa/core-flows"
|
||||
* import {
|
||||
* Modules
|
||||
* } from "@medusajs/framework/utils"
|
||||
|
||||
@@ -62,7 +62,7 @@ export const useRemoteQueryStepId = "use-remote-query"
|
||||
* } from "@medusajs/framework/workflows-sdk"
|
||||
* import {
|
||||
* useRemoteQueryStep
|
||||
* } from "@medusajs/core-flows"
|
||||
* } from "@medusajs/medusa/core-flows"
|
||||
*
|
||||
* const helloWorldWorkflow = createWorkflow(
|
||||
* "hello-world",
|
||||
|
||||
Reference in New Issue
Block a user