docs: fix mikro-orm imports from framework (#13885)

This commit is contained in:
Shahed Nasser
2025-10-28 18:27:34 +02:00
committed by GitHub
parent 0244f029aa
commit 540ae996ff
22 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -1646,7 +1646,7 @@ import {
MedusaContext,
} from "@medusajs/framework/utils"
import { Context } from "@medusajs/framework/types"
import { EntityManager } from "@medusajs/framework/@mikro-orm/knex"
import { EntityManager } from "@medusajs/framework/mikro-orm/knex"
class BlogModuleService {
// ...