Skip to content

Commit

Permalink
fix: typings import from Station Core (#1876)
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
Co-authored-by: Julian Gruber <[email protected]>
  • Loading branch information
bajtos and juliangruber authored Oct 14, 2024
1 parent b71597b commit 50f06b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/typings.ts
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit 50f06b6

Please sign in to comment.