From 9c979a6fefdfc6709b3576014520d219e02c3649 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 17 Nov 2025 10:05:44 +0100 Subject: self import lib --- src/root.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/root.zig') diff --git a/src/root.zig b/src/root.zig index c5ea36e..81dcdb2 100644 --- a/src/root.zig +++ b/src/root.zig @@ -6,3 +6,4 @@ pub const routes = @import("routes/root.zig"); pub const Server = @import("server.zig"); pub const Storage = @import("storage/root.zig"); +pub const Context = @import("context.zig"); -- cgit v1.2.3-70-g09d2