From c8d79c4ad4ae019b99c09fbff74120d130c1c1cb Mon Sep 17 00:00:00 2001 From: Ratnadeep <55341578+Ratnadeep2k@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:20:27 +0530 Subject: [PATCH] docs : Update page.mdx referring (#9820) Fix The correct import is from "@medusajs/framework". referring to the issue #9810 --- .../app/recipes/digital-products/examples/standard/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx b/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx index 38bd2f69d0..5f88ad4b9d 100644 --- a/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx +++ b/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx @@ -690,7 +690,7 @@ Finally, create the file `src/api/middlewares.ts` with the following content: import { defineMiddlewares } from "@medusajs/medusa" import { validateAndTransformBody, -} from "@medusajs/framework/utils" +} from "@medusajs/framework" import { createDigitalProductsSchema } from "./validation-schemas" export default defineMiddlewares({