backend: initial

This commit is contained in:
OleSTEEP 2025-09-28 15:59:46 +03:00
parent e5932844e2
commit b62f6d87c7
33 changed files with 59 additions and 15 deletions

View file

@ -0,0 +1,5 @@
<script lang="ts">
const { handler } = $props();
</script>
<button class="plus round" onclick={handler}>+</button>