client now fetches user information from Drop server

This commit is contained in:
DecDuck
2024-10-09 16:52:24 +11:00
parent bb2833b79f
commit 4a114d2a79
11 changed files with 113 additions and 39 deletions
+5 -1
View File
@@ -1 +1,5 @@
<template></template>
<template>{{state}}</template>
<script setup lang="ts">
const state = useAppState();
</script>