Skip to content
Snippets Groups Projects
Verified Commit 6d51a18c authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Remove unnecassary imports

parent f9726ef1
1 merge request!74API BASE BRANCH
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment