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