Skip to content

Commit

Permalink
docs: fix imports in createBrandStep (medusajs#10567)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Dec 12, 2024
1 parent 472e92e commit bf6d14c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf6d14c

Please sign in to comment.