diff --git a/www/utils/packages/typedoc-plugin-workflows/src/utils/helper.ts b/www/utils/packages/typedoc-plugin-workflows/src/utils/helper.ts index e3b9bcb1cf..9419d1ea1a 100644 --- a/www/utils/packages/typedoc-plugin-workflows/src/utils/helper.ts +++ b/www/utils/packages/typedoc-plugin-workflows/src/utils/helper.ts @@ -171,7 +171,7 @@ export default class Helper { workflowName: string parameter: ParameterReflection }): string { - let str = `import { ${workflowName} } from "@medusajs/core-flows"\n\n` + let str = `import { ${workflowName} } from "@medusajs/medusa/core-flows"\n\n` str += `${workflowName}.hooks.${hookName}(\n\t(async ({`