Skip to content

Commit

Permalink
change default export
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartsch committed Jun 6, 2021
1 parent 43f4b48 commit a5dceb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lazyframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,6 @@ const Lazyframe = () => {

};

const lf = Lazyframe();
const lazyframe = Lazyframe();
window.lazyframe = Lazyframe();
export default lf;
export default lazyframe;

0 comments on commit a5dceb7

Please sign in to comment.