Moved class to appropriate namespaces

This commit is contained in:
2023-07-30 16:26:29 +02:00
parent bad4330330
commit 8af2b12fc0
6 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,8 @@
using System.Runtime.InteropServices;
using Logging;
using Tranga;
using Tranga.NotificationManagers;
using Tranga.LibraryManagers;
namespace API;