This commit is contained in:
Simone Tesini 2025-08-02 13:45:27 +02:00
parent 436553809a
commit bf71a8103d
2 changed files with 16 additions and 1 deletions

View file

@ -1,7 +1,7 @@
<script lang="ts">
import { LoaderCircle } from "@lucide/svelte"
const COOLDOWN_SECS = 30
const COOLDOWN_SECS = 10
let { roomId } = $props()
let input = $state("")