diff --git a/layouts/client.vue b/layouts/client.vue index 0f79cbf..73a40d6 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -12,8 +12,7 @@
- - +
@@ -27,6 +26,48 @@ import type { GuildResponse } from '~/types/interfaces'; const loading = useState("loading", () => false); const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds"); + +//const servers = await fetchWithApi("/servers") as { uuid: string, name: string, description: string }[]; +//console.log("servers:", servers); +const members = [ + { + id: "3287484395", + displayName: "SauceyRed" + }, + { + id: "3287484395", + displayName: "SauceyRed" + }, + { + id: "3287484395", + displayName: "SauceyRed" + }, + { + id: "3287484395", + displayName: "SauceyRed" + }, + { + id: "3287484395", + displayName: "SauceyRed" + }, + { + id: "3287484395", + displayName: "SauceyRed" + }, + { + id: "3287484395", + displayName: "SauceyRed" + }, + { + id: "3287484395", + displayName: "SauceyRed" + }, + { + id: "3287484395", + displayName: "SauceyRed" + } +]; +