inital commit
This commit is contained in:
		
							
								
								
									
										15
									
								
								src/screens/MoneyScreen/MoneyScreen.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								src/screens/MoneyScreen/MoneyScreen.tsx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
import {Button, Text, View} from "react-native";
 | 
			
		||||
import {useAppDispatch} from "../../redux/store";
 | 
			
		||||
import {logoutUser, useGetPokemonByNameQuery} from "../../features/auth/authSlice";
 | 
			
		||||
import * as process from "process";
 | 
			
		||||
 | 
			
		||||
function MoneyScreen() {
 | 
			
		||||
    return (
 | 
			
		||||
        <View>
 | 
			
		||||
            <Text style={{fontSize: 36}}>Money</Text>
 | 
			
		||||
 | 
			
		||||
        </View>
 | 
			
		||||
    )
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export default MoneyScreen;
 | 
			
		||||
		Reference in New Issue
	
	Block a user