From bf6d14cb54511e3b249701e6eede67c98cfa58d6 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 12 Dec 2024 10:10:01 +0200 Subject: [PATCH] docs: fix imports in createBrandStep (#10567) --- .../app/learn/customization/custom-features/workflow/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/book/app/learn/customization/custom-features/workflow/page.mdx b/www/apps/book/app/learn/customization/custom-features/workflow/page.mdx index bd59c06d31..115c8a3856 100644 --- a/www/apps/book/app/learn/customization/custom-features/workflow/page.mdx +++ b/www/apps/book/app/learn/customization/custom-features/workflow/page.mdx @@ -42,8 +42,8 @@ import { createStep, StepResponse, } from "@medusajs/framework/workflows-sdk" -import { BRAND_MODULE } from "../../../modules/brand" -import BrandModuleService from "../../../modules/brand/service" +import { BRAND_MODULE } from "../modules/brand" +import BrandModuleService from "../modules/brand/service" export type CreateBrandStepInput = { name: string