From a3feb07e7314cfcc9a00fbd05007ce54d0ac22b5 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Thu, 10 Jul 2025 23:00:54 +0200 Subject: [PATCH] refactor: rename Channel to ChannelEntry --- components/Guild/{Channel.vue => ChannelEntry.vue} | 0 pages/servers/[serverId]/channels/[channelId].vue | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename components/Guild/{Channel.vue => ChannelEntry.vue} (100%) diff --git a/components/Guild/Channel.vue b/components/Guild/ChannelEntry.vue similarity index 100% rename from components/Guild/Channel.vue rename to components/Guild/ChannelEntry.vue diff --git a/pages/servers/[serverId]/channels/[channelId].vue b/pages/servers/[serverId]/channels/[channelId].vue index 713e012..e7ab32a 100644 --- a/pages/servers/[serverId]/channels/[channelId].vue +++ b/pages/servers/[serverId]/channels/[channelId].vue @@ -18,7 +18,7 @@
-
@@ -33,6 +33,7 @@