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