diff options
Diffstat (limited to 'src/web/root.zig')
| -rw-r--r-- | src/web/root.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/root.zig b/src/web/root.zig index c9c1b08..d027dc8 100644 --- a/src/web/root.zig +++ b/src/web/root.zig @@ -24,4 +24,3 @@ const document: html.Element = .native(.html, .{}, .children(&.{ pub const interfaces: []const http.handler.Interface = &.{ Static(.index, document.toDocument()).interface(), }; - |