Skip to content

Commit

Permalink
Merge pull request #422 from jhipster/unusedimport
Browse files Browse the repository at this point in the history
Sonar: Remove this unused import of 'ActivatedRoute'
  • Loading branch information
DanielFran authored Sep 22, 2023
2 parents 3298546 + 423bfa1 commit c441471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/webapp/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { AccountService } from 'app/core/auth/account.service';
import { Account } from 'app/core/user/account.model';
import { GitConfigurationService } from 'app/core/git/git-configuration.service';
import { GitConfigurationModel } from 'app/core/git/git-configuration.model';
import { ActivatedRoute } from '@angular/router';

@Component({
selector: 'jhi-home',
Expand Down

0 comments on commit c441471

Please sign in to comment.