Updates and more

This commit is contained in:
2023-11-05 22:27:20 +01:00
parent e97e86f9ac
commit 7450ecdabb
48 changed files with 565 additions and 111 deletions

View File

@@ -1,11 +1,10 @@
<script lang="ts">
import {server} from "./stores/server.ts";
import {server} from "./stores/stores.ts";
</script>
{#await $server}
{:then data}
{data.players.online}
{:catch error}
Error
{/await}