client now fetches user information from Drop server

This commit is contained in:
DecDuck
2024-10-09 16:52:24 +11:00
parent ac1c3b609a
commit 0c0cfebc1e
11 changed files with 113 additions and 39 deletions

View File

@ -1 +1,5 @@
<template></template>
<template>{{state}}</template>
<script setup lang="ts">
const state = useAppState();
</script>