From 994bc43d488eefc0ee39f39dd7fae5515322b17b Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sun, 22 May 2022 13:49:12 +0100 Subject: move api & helpers to utils --- components/Login.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/Login.jsx') 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(''); -- cgit v1.2.3