diff options
Diffstat (limited to 'components/Login.jsx')
-rw-r--r-- | components/Login.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Login.jsx b/components/Login.jsx index 8b42913..db4b15b 100644 --- a/components/Login.jsx +++ b/components/Login.jsx @@ -1,6 +1,6 @@ import { StyleSheet, Text, TextInput, Pressable, View } from 'react-native' import { useState } from 'react' -import { handleLogin } from '../helpers' +import { handleLogin } from '../utils/helpers' const Login = ({ setSession, showError }) => { const [email, setEmail] = useState(''); |