Initial entity design
This commit is contained in:
13
src/lib/components/OneOnOne/OneOnOneSetCell.svelte
Normal file
13
src/lib/components/OneOnOne/OneOnOneSetCell.svelte
Normal file
@@ -0,0 +1,13 @@
|
||||
<script lang="ts">
|
||||
import type { OneOnOneSet } from "$lib/match";
|
||||
let set: OneOnOneSet;
|
||||
|
||||
</script>
|
||||
<div>
|
||||
<div>
|
||||
{set.p1.name}
|
||||
</div>
|
||||
<div>
|
||||
{set.p2.name}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user