blob: e175446e2f6d56974eac91c859d6b4618046c59d (
plain) (
blame)
1
2
3
4
5
6
7
|
<script>
let { team } = $props();
</script>
<strong>{team.playerOne.firstName}</strong> {team.playerOne.lastName}
<br /><br />
<strong>{team.playerTwo.firstName}</strong> {team.playerTwo.lastName}
|