fix: remove ultimo import de storage em MeusDados que causava tela branca

This commit is contained in:
Sidney 2026-04-22 09:58:09 -03:00
parent 52d00343fa
commit c1c2c9d9b9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import {
User, Mail, Phone, Calendar, MapPin, CreditCard,
Lock, Eye, EyeOff, Loader2, CheckCircle2, Shield
} from 'lucide-react';
import { normalizePhotoUrl } from '../services/storage';
import { normalizePhotoUrl } from '../helpers';
export default function MeusDados() {
const { student, updatePassword } = useAuth();