We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0d643 commit e113a4bCopy full SHA for e113a4b
src/index.js
@@ -1,6 +1,5 @@
1
-export { default as LazyLoadImage }
2
- from './components/LazyLoadImage.jsx';
3
-export { default as LazyLoadComponent }
4
- from './components/LazyLoadComponent.jsx';
5
-export { default as trackWindowScroll }
6
- from './hoc/trackWindowScroll.js';
+import LazyLoadImage from './components/LazyLoadImage.jsx';
+import LazyLoadComponent from './components/LazyLoadComponent.jsx';
+import trackWindowScroll from './hoc/trackWindowScroll.js';
+
+export { LazyLoadImage, LazyLoadComponent, trackWindowScroll };
0 commit comments