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