Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Jul 24, 2024
1 parent db36854 commit a6caf95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nav-app/src/app/tabs/tabs.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { MatTabsModule } from "@angular/material/tabs";
import { ConfigService } from "../services/config.service";
import * as MockData from '../../tests/utils/mock-data';
import * as MockLayers from '../../tests/utils/mock-layers';
import * as utils from '../utils/utils';
import { of } from "rxjs";
import { ChangelogComponent } from "../changelog/changelog.component";
import { HelpComponent } from "../help/help.component";
Expand Down

0 comments on commit a6caf95

Please sign in to comment.