mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
5 lines
98 B
Svelte
5 lines
98 B
Svelte
<script lang="ts">
|
|
import Listbox from '$lib/components/listbox.svelte';
|
|
</script>
|
|
|
|
<Listbox />
|