diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-17 10:05:44 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-17 10:05:44 +0100 |
| commit | 9c979a6fefdfc6709b3576014520d219e02c3649 (patch) | |
| tree | 1f74a2edbaac651c983cff100bca250a329339d3 /src/root.zig | |
| parent | e95cf5c7b6a08eb560763d5167fbddc1c2117bcc (diff) | |
self import lib
Diffstat (limited to 'src/root.zig')
| -rw-r--r-- | src/root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |