From 6d51a18ce82ac16f23d35cfd8ec6405fe3826d4a Mon Sep 17 00:00:00 2001 From: Lukas Kimpel <lukas.kimpel@mni.thm.de> Date: Tue, 13 Mar 2018 13:17:50 +0100 Subject: [PATCH] Remove unnecassary imports --- src/app/authentication.service.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/authentication.service.ts b/src/app/authentication.service.ts index 9ac65824d..c196dfc51 100644 --- a/src/app/authentication.service.ts +++ b/src/app/authentication.service.ts @@ -7,9 +7,6 @@ import { DataStoreService } from './data-store.service'; import { HttpClient, HttpHeaders } from '@angular/common/http'; import { ClientAuthentication } from './client-authentication'; import { AuthProvider } from './auth-provider'; -import { NotificationService } from './notification.service'; -import { catchError, tap } from 'rxjs/operators'; -import { ErrorHandlingService } from './error-handling.service'; import { ClientAuthentication } from './client-authentication'; // TODO: connect to API -- GitLab