Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed May 13, 2021
1 parent 151e990 commit 6062a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/wvr-elements/src/lib/core/mobile.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Injectable } from '@angular/core';
import { fromEvent, Observable } from 'rxjs';
import { delay, map, throttleTime } from 'rxjs/operators';
import { map, throttleTime } from 'rxjs/operators';

/**
* A centralized uitlity for logic conerning mobile layout.
Expand Down

0 comments on commit 6062a59

Please sign in to comment.