Fix namespaces

This commit is contained in:
Cj
2025-01-06 01:43:58 -05:00
parent eea0872aa7
commit f09cd50266
28 changed files with 56 additions and 55 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
using Types.Models.Logging;
using Core.Models.Logging;
namespace Types.Models.Utils;
namespace Core.Models.Utils;
public interface ILogger
{