Skip to content

Commit

Permalink
Development: Remove unused import in client file
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Nov 7, 2021
1 parent daa4e15 commit ca7f239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
import { HttpResponse } from '@angular/common/http';
import { ActivatedRouteSnapshot, Resolve, Routes } from '@angular/router';
import { UserRouteAccessService } from 'app/core/auth/user-route-access-service';
import { Observable, of } from 'rxjs';
import { of } from 'rxjs';
import { filter, map } from 'rxjs/operators';
import { ExerciseHintService } from './exercise-hint.service';
import { ExerciseHintComponent } from './exercise-hint.component';
Expand Down

0 comments on commit ca7f239

Please sign in to comment.