auto-commit for 082d2dbb-c4c8-490f-9a65-19ab074b4775

This commit is contained in:
emergent-agent-e1
2025-11-09 15:49:14 +00:00
parent 0a88fc9519
commit b2779dae12
+1 -1
View File
@@ -14,7 +14,7 @@ import {
} from 'react-native';
import { Ionicons } from '@expo/vector-icons';
import { useAuth } from '../contexts/AuthContext';
import i18n from '../config/i18n';
import { useLanguage } from '../contexts/LanguageContext';
export default function AuthScreen({ navigation }: any) {
const { signIn, signUp } = useAuth();