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
@@ -42,8 +42,8 @@ import {
createStep, createStep,
StepResponse, StepResponse,
} from "@medusajs/framework/workflows-sdk" } from "@medusajs/framework/workflows-sdk"
import { BRAND_MODULE } from "../../../modules/brand" import { BRAND_MODULE } from "../modules/brand"
import BrandModuleService from "../../../modules/brand/service" import BrandModuleService from "../modules/brand/service"
export type CreateBrandStepInput = { export type CreateBrandStepInput = {
name: string name: string