Terminando telas de completar cadastro

This commit is contained in:
Matheus Albino Brunhara
2022-06-20 04:05:34 -05:00
parent c368324747
commit 3e63a74fc9
10 changed files with 411 additions and 151 deletions

View File

@@ -38,7 +38,7 @@ const Home: React.FC = () => {
return (
<IonPage>
<IonContent>
<IonButton onClick={() => { history.push({ pathname: '/usuario/56520ae7-faf8-4444-a82b-7f3990ab02d8' }); }}>Ir para o perfil de outra pessoa</IonButton>
{/* <IonButton onClick={() => { history.push({ pathname: '/usuario/56520ae7-faf8-4444-a82b-7f3990ab02d8' }); }}>Ir para o perfil de outra pessoa</IonButton> */}
</IonContent>
</IonPage>
);