docs: fix imports in createBrandStep (#10567)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user