From c8744f9f6a28a23b83603435a3ad987f0d9f181b Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 30 Jul 2026 07:46:37 +0200 Subject: temporal commit --- src/web/component/root.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/component/root.zig') diff --git a/src/web/component/root.zig b/src/web/component/root.zig index 226f3f7..ba2f565 100644 --- a/src/web/component/root.zig +++ b/src/web/component/root.zig @@ -3,4 +3,5 @@ const z = @import("z"); pub const components: []const z.Component = &.{ @import("image/root.zig").component, @import("timeline/root.zig").component, + @import("navigation/root.zig").component, }; -- cgit v1.2.3-70-g09d2