Skip to content

Commit

Permalink
rename duplicated AppParamList (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Aug 1, 2021
1 parent ee8022f commit 3b20fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/screens/AppNavigator/AppNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { DeFiChainTheme } from '../../constants/Theme'
import { PlaygroundNavigator } from '../PlaygroundNavigator/PlaygroundNavigator'
import { AppLinking, BottomTabNavigator } from './BottomTabNavigator'

const App = createStackNavigator<WalletParamList>()
const App = createStackNavigator<AppParamList>()

export interface WalletParamList {
export interface AppParamList {
App: undefined
Playground: undefined
NotFound: undefined
Expand Down

0 comments on commit 3b20fb1

Please sign in to comment.