Skip to content

Commit

Permalink
fixed export conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush1404 committed Dec 3, 2024
1 parent d5fcd46 commit d64187a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/concerto-core/lib/decoratormanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,4 +812,5 @@ class DecoratorManager {
}
}

module.exports = {DecoratorManager,DCS_MODEL};
module.exports = DecoratorManager;
module.exports.DCS_MODEL = DCS_MODEL;

0 comments on commit d64187a

Please sign in to comment.