lgtm alerts

This commit is contained in:
Marie Verdonck
2021-06-18 17:53:34 +02:00
parent ddcb27da3f
commit 829ce12710
2 changed files with 4 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ import {
} from '@angular/core';
import { NavigationCancel, NavigationEnd, NavigationStart, Router } from '@angular/router';
import { BehaviorSubject, combineLatest as observableCombineLatest, Observable, of } from 'rxjs';
import { BehaviorSubject, Observable, of } from 'rxjs';
import { select, Store } from '@ngrx/store';
import { TranslateService } from '@ngx-translate/core';
import { Angulartics2GoogleAnalytics } from 'angulartics2/ga';