fix: remove ultimo import de storage em MeusDados que causava tela branca
This commit is contained in:
parent
52d00343fa
commit
c1c2c9d9b9
|
|
@ -4,7 +4,7 @@ import {
|
||||||
User, Mail, Phone, Calendar, MapPin, CreditCard,
|
User, Mail, Phone, Calendar, MapPin, CreditCard,
|
||||||
Lock, Eye, EyeOff, Loader2, CheckCircle2, Shield
|
Lock, Eye, EyeOff, Loader2, CheckCircle2, Shield
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { normalizePhotoUrl } from '../services/storage';
|
import { normalizePhotoUrl } from '../helpers';
|
||||||
|
|
||||||
export default function MeusDados() {
|
export default function MeusDados() {
|
||||||
const { student, updatePassword } = useAuth();
|
const { student, updatePassword } = useAuth();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue