Skip to content

Commit 5667732

Browse files
fix: lint
1 parent add0627 commit 5667732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/components/src/metric-card/metric-card.component.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import { IconType } from '@hypertrace/assets-library';
12
import { createComponentFactory } from '@ngneat/spectator/jest';
23
import { MockComponent } from 'ng-mocks';
3-
import { IconType } from '@hypertrace/assets-library';
44
import { IconComponent } from '../icon/icon.component';
5-
import { MetricCardComponent } from './metric-card.component';
65
import { MetricCardIndicatorType } from './metric-card';
6+
import { MetricCardComponent } from './metric-card.component';
77

88
describe('Metric Card Component', () => {
99
const createComponent = createComponentFactory({

0 commit comments

Comments
 (0)