From 0af8f6dd52f68d4d26e62d6d9c402f5305bd6734 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sun, 5 Jan 2025 18:39:54 -0500 Subject: [PATCH] Move VoiceChannelLog to Dev --- .../components/VoiceChannelLogEntryComponent.css | 0 .../components/VoiceChannelLogEntryComponent.tsx | 0 .../components/VoiceChannelLogEntryIcons.tsx | 0 .../components/VoiceChannelLogModal.tsx | 0 .../{voiceChannelLog => voiceChannelLog.dev}/index.tsx | 0 .../{voiceChannelLog => voiceChannelLog.dev}/logs.ts | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/components/VoiceChannelLogEntryComponent.css (100%) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/components/VoiceChannelLogEntryComponent.tsx (100%) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/components/VoiceChannelLogEntryIcons.tsx (100%) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/components/VoiceChannelLogModal.tsx (100%) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/index.tsx (100%) rename src/equicordplugins/{voiceChannelLog => voiceChannelLog.dev}/logs.ts (100%) diff --git a/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.css b/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.css similarity index 100% rename from src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.css rename to src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.css diff --git a/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.tsx b/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryComponent.tsx rename to src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryComponent.tsx diff --git a/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryIcons.tsx b/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryIcons.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog/components/VoiceChannelLogEntryIcons.tsx rename to src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogEntryIcons.tsx diff --git a/src/equicordplugins/voiceChannelLog/components/VoiceChannelLogModal.tsx b/src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogModal.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog/components/VoiceChannelLogModal.tsx rename to src/equicordplugins/voiceChannelLog.dev/components/VoiceChannelLogModal.tsx diff --git a/src/equicordplugins/voiceChannelLog/index.tsx b/src/equicordplugins/voiceChannelLog.dev/index.tsx similarity index 100% rename from src/equicordplugins/voiceChannelLog/index.tsx rename to src/equicordplugins/voiceChannelLog.dev/index.tsx diff --git a/src/equicordplugins/voiceChannelLog/logs.ts b/src/equicordplugins/voiceChannelLog.dev/logs.ts similarity index 100% rename from src/equicordplugins/voiceChannelLog/logs.ts rename to src/equicordplugins/voiceChannelLog.dev/logs.ts