dados perfil aluno

This commit is contained in:
2026-04-28 17:16:03 +01:00
parent 0b544677a8
commit 6a9a16e4ea
24 changed files with 514 additions and 174 deletions

View File

@@ -10,7 +10,7 @@ import {
TouchableOpacity,
View
} from 'react-native';
import { supabase } from '../app/lib/supabase';
import { supabase } from '../lib/supabase';
interface AuthProps {
onLoginSuccess?: () => void;