summaryrefslogtreecommitdiff
path: root/src/root.zig
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2026-01-06 18:45:17 -0500
committerRobby Zambito <contact@robbyzambito.me>2026-01-06 20:43:49 -0500
commitb87412ee66197d4c89f1fbf93b32fe63ed1c63ab (patch)
tree00613d0d3f7178d0c5b974ce04a752443e9a816e /src/root.zig
parent025a5344c8c922a8f46c4ee0e73a00ce0c3c4790 (diff)
Restructuring
Add a bunch of tests for the client
Diffstat (limited to 'src/root.zig')
-rw-r--r--src/root.zig4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/root.zig b/src/root.zig
index 49631cb..d4c7cd8 100644
--- a/src/root.zig
+++ b/src/root.zig
@@ -1,3 +1 @@
-const MessageParser = @import("server/message_parser.zig");
-
-pub const Server = @import("server/Server.zig");
+pub const Server = @import("Server.zig");