Skip to content

Commit

Permalink
WIP - remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kensodemann committed Nov 21, 2023
1 parent 66651da commit 7671e57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { <%= classify(name) %>Page } from './<%= dasherize(name) %>.page';

describe('<%= classify(name) %>Page', () => {
Expand Down

0 comments on commit 7671e57

Please sign in to comment.