docs: fix imports in createBrandStep (#10567)

This commit is contained in:
Shahed Nasser
2024-12-12 10:10:01 +02:00
committed by GitHub
parent 472e92e400
commit bf6d14cb54

View File

@@ -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