Refactored imports to use the latest moonlight core structure

This commit is contained in:
2026-03-13 09:21:35 +01:00
parent 91887ec047
commit 2a2ce28b5f
26 changed files with 41 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
using LucideBlazor;
using Moonlight.Frontend.Interfaces;
using Moonlight.Frontend.Models;
using Moonlight.Frontend.Admin.Users.Shared;
using Moonlight.Frontend.Infrastructure.Hooks;
using MoonlightServers.Shared;
namespace MoonlightServers.Frontend.Infrastructure;

View File

@@ -1,6 +1,6 @@
using LucideBlazor;
using Moonlight.Frontend.Interfaces;
using Moonlight.Frontend.Models;
using Moonlight.Frontend.Infrastructure.Hooks;
using Moonlight.Frontend.Infrastructure.Models;
using MoonlightServers.Shared;
namespace MoonlightServers.Frontend.Infrastructure;