Skip to content

Commit e0d431f

Browse files
committed
Fix import
1 parent ceefa80 commit e0d431f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-telemetry/src/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createServiceLocator } from '@mongodb-js/compass-app-registry';
33
import { createTrack, type TelemetryServiceOptions } from './generic-track';
44
import { useLogger } from '@mongodb-js/compass-logging/provider';
55
import type { TrackFunction } from './types';
6-
import { ExperimentTestName } from './growth-experiments';
6+
import type { ExperimentTestName } from './growth-experiments';
77
import { ExperimentationContext } from './experimentation-provider';
88
import type { types } from '@mongodb-js/mdb-experiment-js';
99

0 commit comments

Comments
 (0)