diff --git a/src/components/lazyloader/lazyloader-intersectionobserver.js b/src/components/lazyloader/lazyloader-intersectionobserver.js index 222192f244..d39bddf6ac 100644 --- a/src/components/lazyloader/lazyloader-intersectionobserver.js +++ b/src/components/lazyloader/lazyloader-intersectionobserver.js @@ -1,11 +1,7 @@ -import require from 'require'; -import browser from 'browser'; /* eslint-disable indent */ - export class LazyLoader { constructor(options) { this.options = options; - this.observer; } createObserver() {