From ed023770d01f1685ba6f40bcf92cbe55d482ea8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Santana=20Gon=C3=A7alves?= Date: Thu, 8 Feb 2024 20:10:08 -0300 Subject: [PATCH] fix import --- src/shared/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/types/index.ts b/src/shared/types/index.ts index b6194ea9f..dd45ece59 100644 --- a/src/shared/types/index.ts +++ b/src/shared/types/index.ts @@ -9,7 +9,7 @@ import { rootTabsRouteNames, RootTabsScreenProps, } from 'navigation/rootNavigator' -import { ITokenWithoutLogo } from 'src/redux/slices/balancesSlice/types' +import { ITokenWithoutLogo } from 'store/slices/balancesSlice/types' export interface ErrorWithMessage { message: string