Skip to content

Commit a0b90bc

Browse files
committed
refactor: fixing lint
1 parent a3b61f3 commit a0b90bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/common/src/telemetry/providers/freshpaint/freshpaint-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Injectable } from '@angular/core';
22
import { TelemetryProviderConfig, UserTelemetryProvider, UserTraits } from '../../telemetry';
33
import { Dictionary } from './../../../utilities/types/types';
4-
import { loadFreshPaint, FreshPaint } from './load-snippet';
4+
import { FreshPaint, loadFreshPaint } from './load-snippet';
55

66
@Injectable({ providedIn: 'root' })
77
export class FreshPaintTelemetry<InitConfig extends TelemetryProviderConfig>

0 commit comments

Comments
 (0)