File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type AppRegistry from '@mongodb-js/compass-app-registry';
55import type { workspacesServiceLocator } from '@mongodb-js/compass-workspaces/provider' ;
66import type { CollectionSubtab } from '@mongodb-js/compass-workspaces' ;
77import type { DataService } from '@mongodb-js/compass-connections/provider' ;
8- import type { experimentationServiceLocator } from '@mongodb-js/compass-telemetry' ;
8+ import type { experimentationServiceLocator } from '@mongodb-js/compass-telemetry/provider ' ;
99
1010function isAction < A extends AnyAction > (
1111 action : AnyAction ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import reducer, {
99import type { Collection } from '@mongodb-js/compass-app-stores/provider' ;
1010import type { ActivateHelpers } from '@mongodb-js/compass-app-registry' ;
1111import type { workspacesServiceLocator } from '@mongodb-js/compass-workspaces/provider' ;
12- import type { experimentationServiceLocator } from '@mongodb-js/compass-telemetry' ;
12+ import type { experimentationServiceLocator } from '@mongodb-js/compass-telemetry/provider ' ;
1313import type { connectionInfoRefLocator } from '@mongodb-js/compass-connections/provider' ;
1414import type { Logger } from '@mongodb-js/compass-logging/provider' ;
1515import {
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ export type {
77} from './types' ;
88
99export { CompassExperimentationProvider } from './experimentation-provider' ;
10+ export { experimentationServiceLocator } from './provider' ;
1011export { TestName } from './growth-experiments' ;
You can’t perform that action at this time.
0 commit comments