Cleaned up using in project. Improved prohect structure and refactored page names. Upgraded dependencies

This commit is contained in:
2026-03-13 08:53:04 +01:00
parent 1257e8b950
commit 6d1e6e1690
37 changed files with 265 additions and 254 deletions

View File

@@ -15,7 +15,7 @@ using Moonlight.Api.Infrastructure.Helpers;
using Moonlight.Api.Infrastructure.Hooks;
using Moonlight.Api.Infrastructure.Implementations;
using Moonlight.Api.Shared.Frontend;
using SerializationContext = Moonlight.Shared.SerializationContext;
using Moonlight.Shared;
using VersionService = Moonlight.Api.Admin.Sys.Versions.VersionService;
namespace Moonlight.Api.Startup;