<script lang="ts">
export let actor: string;
export let role: string;
</script>
<tr>
<td class="font-vinque">{role}</td>
<td>{actor}</td>
</tr>