summaryrefslogtreecommitdiff
path: root/src/root.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/root.zig')
-rw-r--r--src/root.zig5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/root.zig b/src/root.zig
index e46af60..49631cb 100644
--- a/src/root.zig
+++ b/src/root.zig
@@ -1,2 +1,3 @@
-pub const MessageParser = @import("server/message_parser.zig");
-pub const Server = @import("server/main.zig");
+const MessageParser = @import("server/message_parser.zig");
+
+pub const Server = @import("server/Server.zig");