aboutsummaryrefslogtreecommitdiff
path: root/Main/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Main/Program.cs')
-rw-r--r--Main/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main/Program.cs b/Main/Program.cs
index 80fd62a..a0ea7ee 100644
--- a/Main/Program.cs
+++ b/Main/Program.cs
@@ -2,7 +2,7 @@
using System.Linq;
using System.Threading.Tasks;
using System.Collections.Generic;
-using Aggregator.Classes;
+using Classes;
using Aggregator.Parser;
namespace Main {