Neues Referee zeug

This commit is contained in:
2024-03-15 22:41:44 +01:00
parent b52b2bcfe1
commit 49fe9728e5
12 changed files with 163 additions and 47 deletions

View File

@@ -18,6 +18,7 @@
-->
<script lang="ts">
import "@styles/button.css"
export let type: "primary" | "ghost" | "gray" = "primary";
</script>