Move to saner namespace

This commit is contained in:
Jordan Dominion
2024-09-23 21:26:51 -04:00
parent 1931b25d12
commit f38a21f42e
3 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@ using HotChocolate.Execution;
using HotChocolate.Subscriptions;
using HotChocolate.Types;
using Tgstation.Server.Host.GraphQL.Types;
using Tgstation.Server.Host.GraphQL.Subscriptions;
using Tgstation.Server.Host.Security;
namespace Tgstation.Server.Host.GraphQL
@@ -1,4 +1,4 @@
namespace Tgstation.Server.Host.GraphQL.Types
namespace Tgstation.Server.Host.GraphQL.Subscriptions
{
/// <summary>
/// Reasons TGS may invalidate a user's login session.
@@ -10,7 +10,7 @@ using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Tgstation.Server.Host.GraphQL;
using Tgstation.Server.Host.GraphQL.Types;
using Tgstation.Server.Host.GraphQL.Subscriptions;
using Tgstation.Server.Host.Models;
using Tgstation.Server.Host.Utils;