Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sggerard committed Sep 27, 2024
1 parent 62ed64c commit a9e3606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bcmi/src/app/static-pages/page/page.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing';

import { PageComponent } from './page.component';
import { ActivatedRoute } from '@angular/router';
import { RouterTestingModule } from '@angular/router/testing';
import { Page } from '@app/models/content/page';
import { of } from 'rxjs';
import { CommonModule } from '@angular/common';
Expand Down

0 comments on commit a9e3606

Please sign in to comment.