Skip to content

Commit

Permalink
delete unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Oct 4, 2023
1 parent f49f67a commit 6fa7743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { AfterViewInit, ChangeDetectionStrategy, Component, Input } from '@angular/core';
import { FormGroup, ValidationErrors } from '@angular/forms';
import { FormGroup } from '@angular/forms';
import errorMessages from '../../../../../assets/errors/error-messages.json';
import { KeyResultMetric } from '../../../types/model/KeyResultMetric';
import { UnitValueTransformationPipe } from '../../../pipes/unit-value-transformation/unit-value-transformation.pipe';
Expand Down

0 comments on commit 6fa7743

Please sign in to comment.