chore: remove unused popups

This commit is contained in:
Twig 2025-07-10 22:51:56 +02:00
parent 59000709fe
commit 8e69dc805e
No known key found for this signature in database
4 changed files with 0 additions and 4 deletions

View file

@ -46,7 +46,6 @@ const channel = ref<ChannelResponse | undefined>();
const showInvitePopup = ref(false);
import UserPopup from "~/components/UserPopup.vue";
import type { ChannelResponse, GuildMemberResponse, GuildResponse, MessageResponse } from "~/types/interfaces";
//const servers = await fetchWithApi("/servers") as { uuid: string, name: string, description: string }[];