Skip to content

Commit d387384

Browse files
committed
fix: typing to align with browser sdk v4
1 parent 001edbb commit d387384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/toolbar/src/core/utils/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { LDClient } from 'launchdarkly-js-client-sdk';
1+
import type { LDClient } from '@launchdarkly/js-client-sdk';
22
import type { FeedbackSentiment } from '../../types/analytics';
33
import { isDoNotTrackEnabled } from './browser';
44
import { sendFeedback } from './feedback';

0 commit comments

Comments
 (0)