From 50f06b694bb0d8188a11c5d1b392bedde5169ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 14 Oct 2024 13:27:26 +0200 Subject: [PATCH] fix: typings import from Station Core (#1876) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš Co-authored-by: Julian Gruber --- shared/typings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/typings.ts b/shared/typings.ts index f537c0a00..12730be29 100644 --- a/shared/typings.ts +++ b/shared/typings.ts @@ -1,4 +1,4 @@ -import { ActivityEvent } from '@filecoin-station/core' +import { ActivityEvent } from '@filecoin-station/core/dist/lib/activity' export type FILTransactionStatus = 'succeeded' | 'processing' | 'failed'