Skip to content

Commit 9c67535

Browse files
committed
Remove unneccessary imports
1 parent 0ca9274 commit 9c67535

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cypress/modbus-error.cy.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ import {
22
provideHttpClient,
33
withInterceptorsFromDi,
44
} from "@angular/common/http";
5-
import { NoopAnimationsModule } from "@angular/platform-browser/animations";
6-
import { ActivatedRoute, provideRouter } from "@angular/router";
5+
import { provideRouter } from "@angular/router";
76

8-
import { ISpecificationMethods } from "angular/src/app/services/specificationInterface";
97
import { ModbusErrorComponent } from "angular/src/app/modbus-error/modbus-error.component";
108
import {
11-
Iconfiguration,
12-
ImodbusErrorsForSlave,
139
ImodbusStatusForSlave,
1410
ModbusErrorStates,
1511
ModbusTasks,

0 commit comments

Comments
 (0)