diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-07-30 07:46:37 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-07-30 07:46:37 +0200 |
| commit | c8744f9f6a28a23b83603435a3ad987f0d9f181b (patch) | |
| tree | e0257c54661e9f34b6d2ce8658346f36aa0ff9e3 /src/web/component/root.zig | |
| parent | d1776161dcc57b600ce7b18c5e7179757491fbc2 (diff) | |
temporal commit
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, }; |