Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoncalves committed Feb 8, 2024
1 parent 13a5346 commit ed02377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed02377

Please sign in to comment.