[Bug] Duplicate import paths
ssutar opened this issue · 0 comments
ssutar commented
In the file decorators.output.js the following imports should be combined
import { action, computed } from "@ember/object";
...
import { get, set } from "@ember/object";