From 61eacb2106a49e803401f895cfe6a984f4820e4e Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sat, 8 Jun 2024 03:38:31 +0200 Subject: [PATCH] fix folder name part 2 --- src/plugins/{webhookManager => webhookManager.desktop}/README.MD | 0 src/plugins/{webhookManager => webhookManager.desktop}/index.tsx | 0 src/plugins/{webhookManager => webhookManager.desktop}/native.ts | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/plugins/{webhookManager => webhookManager.desktop}/README.MD (100%) rename src/plugins/{webhookManager => webhookManager.desktop}/index.tsx (100%) rename src/plugins/{webhookManager => webhookManager.desktop}/native.ts (100%) diff --git a/src/plugins/webhookManager/README.MD b/src/plugins/webhookManager.desktop/README.MD similarity index 100% rename from src/plugins/webhookManager/README.MD rename to src/plugins/webhookManager.desktop/README.MD diff --git a/src/plugins/webhookManager/index.tsx b/src/plugins/webhookManager.desktop/index.tsx similarity index 100% rename from src/plugins/webhookManager/index.tsx rename to src/plugins/webhookManager.desktop/index.tsx diff --git a/src/plugins/webhookManager/native.ts b/src/plugins/webhookManager.desktop/native.ts similarity index 100% rename from src/plugins/webhookManager/native.ts rename to src/plugins/webhookManager.desktop/native.ts