summaryrefslogtreecommitdiff
path: root/DSACore/Controllers/LobbyController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Controllers/LobbyController.cs')
-rw-r--r--DSACore/Controllers/LobbyController.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DSACore/Controllers/LobbyController.cs b/DSACore/Controllers/LobbyController.cs
index df22607..c861eac 100644
--- a/DSACore/Controllers/LobbyController.cs
+++ b/DSACore/Controllers/LobbyController.cs
@@ -1,6 +1,6 @@
using System;
-using DSACore.Commands;
-using DSACore.Models.Network;
+using DSALib.Models.Network;
+using DSALib.Commands;
using Microsoft.AspNetCore.Mvc;
namespace DSACore.Controllers