ES Modules
This commit is contained in:
@@ -1,2 +1 @@
|
||||
const { CatalogService } = require('./srv/cat-service')
|
||||
module.exports = { CatalogService }
|
||||
export { CatalogService } from './srv/cat-service'
|
||||
|
||||
Reference in New Issue
Block a user