docs: fix mikro-orm imports from framework (#13885)
This commit is contained in:
@@ -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 {
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user