aboutsummaryrefslogtreecommitdiff
path: root/src/web/component/root.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/component/root.zig')
-rw-r--r--src/web/component/root.zig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web/component/root.zig b/src/web/component/root.zig
new file mode 100644
index 0000000..226f3f7
--- /dev/null
+++ b/src/web/component/root.zig
@@ -0,0 +1,6 @@
+const z = @import("z");
+
+pub const components: []const z.Component = &.{
+ @import("image/root.zig").component,
+ @import("timeline/root.zig").component,
+};