summaryrefslogtreecommitdiff
path: root/DSACore/Program.cs
diff options
context:
space:
mode:
authoruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
committeruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
commited26623e17e8dfcc036f88cca6de10d5a35697ec (patch)
tree26dae8b824631e6542c876c82ce0e15260c411bc /DSACore/Program.cs
parent2ab4051c6fe720dc47e99b0c305a0d779ee02d51 (diff)
Reorganize Code delete ZoBotanica
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;