refactor: move MemberEntry

This commit is contained in:
Twig 2025-07-14 21:39:18 +02:00
parent f98e8c6110
commit e7558d9a95
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -26,7 +26,7 @@
<script lang="ts" setup>
import ChannelEntry from "~/components/Guild/ChannelEntry.vue";
import GuildOptionsMenu from "~/components/Guild/GuildOptionsMenu.vue";
import MemberEntry from "~/components/Member/MemberEntry.vue";
import MemberEntry from "~/components/Guild/MemberEntry.vue";
import type { ChannelResponse, GuildMemberResponse, GuildResponse, MessageResponse } from "~/types/interfaces";
const route = useRoute();