From e59c0af44db1c6d210715423f3a97b05f5ff307c Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 19 Jul 2025 06:48:48 -0700 Subject: [PATCH] chore(dashboard): remove unused DISCORD_URL import for cleaner code --- .../src/routes/(app)/instances/[instanceId]/Overview.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dashboard/src/routes/(app)/instances/[instanceId]/Overview.svelte b/packages/dashboard/src/routes/(app)/instances/[instanceId]/Overview.svelte index cf636836..bc6403e4 100644 --- a/packages/dashboard/src/routes/(app)/instances/[instanceId]/Overview.svelte +++ b/packages/dashboard/src/routes/(app)/instances/[instanceId]/Overview.svelte @@ -1,8 +1,8 @@