diff --git a/layouts/client.vue b/layouts/client.vue
index 73a40d6..0f79cbf 100644
--- a/layouts/client.vue
+++ b/layouts/client.vue
@@ -12,7 +12,8 @@
-
+
+
@@ -26,48 +27,6 @@ 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"
- }
-];
-