Skip to content

Commit

Permalink
use a one-liner export
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-evans committed Jun 27, 2016
1 parent be76cc4 commit eed90d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/pop-over.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import PopOver from "ember-pop-over/components/pop-over";
export default PopOver;
export { default } from "ember-pop-over/components/pop-over/component";

0 comments on commit eed90d5

Please sign in to comment.