From aa9dfa083b5fc4a484ddf6c6476fc67d6d5e000c Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:57:42 +0200 Subject: [PATCH] Move StartGuiCommand.cs to correct directory --- UI/{GUI => }/CLI/Commands/StartGuiCommand.cs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename UI/{GUI => }/CLI/Commands/StartGuiCommand.cs (100%) diff --git a/UI/GUI/CLI/Commands/StartGuiCommand.cs b/UI/CLI/Commands/StartGuiCommand.cs similarity index 100% rename from UI/GUI/CLI/Commands/StartGuiCommand.cs rename to UI/CLI/Commands/StartGuiCommand.cs