Commit 41448c5b authored by Ben Hayward's avatar Ben Hayward

Unused imports

1 merge request!692[Sprint/TrendyTurtle](feat): Added in error message on socket connection breaking. #2115
Pipeline #102083860 passed with stages
in 50 minutes and 37 seconds
......@@ -21,8 +21,7 @@ import { SocketsService } from '../../../services/sockets';
import { CommentsService } from '../comments.service';
import { BlockListService } from '../../../common/services/block-list.service';
import { ActivityService } from '../../../common/services/activity.service';
import { Subscription, BehaviorSubject, Observable } from 'rxjs';
import { tap, map } from 'rxjs/operators';
import { Subscription } from 'rxjs';
import { TouchSequence } from 'selenium-webdriver';
@Component({
......
Please register or to comment