import LazyLoad from '../src/LazyLoad'; import './style.less'; const Application = { render() { return (
Scroll to load images.
); }, }; export default Application;