Skip to content

Commit 3aad564

Browse files
committed
chore: import the analytics function from kaggle core
1 parent b3f94ec commit 3aad564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kaggle_environments/envs/open_spiel_env/games/go/visualizer/v2/src/utils

kaggle_environments/envs/open_spiel_env/games/go/visualizer/v2/src/utils/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { postAnalyticsEvent } from '../../../../../../../../../web/core/src/analytics';
1+
import { postAnalyticsEvent } from "@kaggle-environments/core";
22

33
export function trackEvent(event: string) {
44
if (import.meta.env.DEV && import.meta.env.VITE_LOG_ANALYTICS) {

0 commit comments

Comments
 (0)