Skip to content

Commit

Permalink
Merge pull request #19365 from simonihmig/helper-blueprint
Browse files Browse the repository at this point in the history
[BUGFIX release] Remove non-existing re-export from helper-addon blueprint
  • Loading branch information
rwjblue authored Feb 5, 2021
2 parents e856dd2 + 7aa8233 commit a5e6f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default, <%= camelizedModuleName %> } from '<%= modulePath %>';
export { default } from '<%= modulePath %>';
2 changes: 1 addition & 1 deletion node-tests/fixtures/helper/helper-addon.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default, fooBarBaz } from 'my-addon/helpers/foo/bar-baz';
export { default } from 'my-addon/helpers/foo/bar-baz';

0 comments on commit a5e6f09

Please sign in to comment.