fix(stock-location): Fix export of StockLocation module (#10406)
This commit is contained in:
committed by
GitHub
parent
ab948b7c65
commit
4e7d242a78
@@ -1,7 +1,6 @@
|
||||
import { Module, Modules } from "@medusajs/framework/utils"
|
||||
import { StockLocationModuleService } from "@services"
|
||||
import { ModuleExports } from "@medusajs/framework/types"
|
||||
|
||||
const moduleDefinition: ModuleExports = {
|
||||
export default Module(Modules.STOCK_LOCATION, {
|
||||
service: StockLocationModuleService,
|
||||
}
|
||||
export default moduleDefinition
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user