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/routes/root.zig | |
| parent | e95cf5c7b6a08eb560763d5167fbddc1c2117bcc (diff) | |
self import lib
Diffstat (limited to 'src/routes/root.zig')
| -rw-r--r-- | src/routes/root.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routes/root.zig b/src/routes/root.zig index 878b9f2..c438893 100644 --- a/src/routes/root.zig +++ b/src/routes/root.zig @@ -2,7 +2,6 @@ const std = @import("std"); pub const HandlerInfo = @import("handler-info.zig"); -pub const Context = @import("context.zig"); pub const api = @import("api/root.zig"); pub const static: HandlerInfo = .from_type(@import("static.zig")); |