From 88fb6414f897388fd1632efeede047363af26c36 Mon Sep 17 00:00:00 2001 From: yanas Date: Tue, 1 Oct 2024 16:00:41 +0200 Subject: [PATCH] fix(suite-native): use correct import path --- .../module-accounts-management/src/accountDetailGraphAtoms.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite-native/module-accounts-management/src/accountDetailGraphAtoms.ts b/suite-native/module-accounts-management/src/accountDetailGraphAtoms.ts index 8645a686749..c6ee22cb9a2 100644 --- a/suite-native/module-accounts-management/src/accountDetailGraphAtoms.ts +++ b/suite-native/module-accounts-management/src/accountDetailGraphAtoms.ts @@ -1,6 +1,6 @@ import { atom } from 'jotai'; -import { FiatGraphPointWithCryptoBalance } from '@suite-common/graph/libDev/src'; +import { FiatGraphPointWithCryptoBalance } from '@suite-common/graph'; import { percentageDiff } from '@suite-native/graph'; export const emptyGraphPoint: FiatGraphPointWithCryptoBalance = {