Skip to content

Commit

Permalink
fix(suite-native): use correct import path
Browse files Browse the repository at this point in the history
  • Loading branch information
yanascz committed Oct 1, 2024
1 parent a4e23ec commit 88fb641
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 88fb641

Please sign in to comment.