Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleph Goldstein committed Jul 3, 2024
1 parent 5c18bea commit c450212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MostraNome.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function MostraNome({pessoa,idade}){
return (
<span>Ohayo {pessoa}-chan uwu {idade} </span>
<span>Ohayo {pessoa}-chan uwu, então você tem {idade} anos, hmmmmm </span>
);
}
export default MostraNome

0 comments on commit c450212

Please sign in to comment.