diff options
Diffstat (limited to 'src/web/component/root.zig')
| -rw-r--r-- | src/web/component/root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |