breaking: rename package names to be consistent and under @medusajs scope (#9580)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { StockLocationModuleService } from "@services"
|
||||
import { ModuleExports } from "@medusajs/framework/types"
|
||||
|
||||
const moduleDefinition: ModuleExports = {
|
||||
service: StockLocationModuleService,
|
||||
}
|
||||
export default moduleDefinition
|
||||
Reference in New Issue
Block a user