From d3d9f25df010b85d495437e018771a6fa570fc11 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 14 Mar 2024 17:18:20 +0200 Subject: [PATCH] Change import --- src/stores/analytics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/analytics.ts b/src/stores/analytics.ts index d39387fb1..46d75ad29 100644 --- a/src/stores/analytics.ts +++ b/src/stores/analytics.ts @@ -1,5 +1,5 @@ import { createInstance } from '@amplitude/analytics-browser' -import type { BaseEvent, BrowserClient } from '@amplitude/analytics-types' +import { BaseEvent, BrowserClient } from '@amplitude/analytics-types' import Router from 'next/router' import { createUserId } from 'src/components/utils/OffchainUtils' import { ampId } from 'src/config/env'