diff --git a/src/lib/util/get-product-price.ts b/src/lib/util/get-product-price.ts index 1bb4ee161..dff06bc72 100644 --- a/src/lib/util/get-product-price.ts +++ b/src/lib/util/get-product-price.ts @@ -1,5 +1,5 @@ import { HttpTypes } from "@medusajs/types" -import { getPercentageDiff } from "./get-precentage-diff" +import { getPercentageDiff } from "./get-percentage-diff" import { convertToLocale } from "./money" export const getPricesForVariant = (variant: any) => {