summaryrefslogtreecommitdiff
path: root/DSACore/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Program.cs')
-rw-r--r--DSACore/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DSACore/Program.cs b/DSACore/Program.cs
index 46baf2d..8af0a74 100644
--- a/DSACore/Program.cs
+++ b/DSACore/Program.cs
@@ -1,5 +1,5 @@
-using DSACore.DSA_Game;
-using DSACore.FireBase;
+using DSALib.DSA_Game;
+using DSALib.FireBase;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;