aboutsummaryrefslogtreecommitdiff
path: root/src/web/component/root.zig
blob: 226f3f7bc55a734a50a937a9b086f09ec2a53bd6 (plain)
1
2
3
4
5
6
const z = @import("z");

pub const components: []const z.Component = &.{
    @import("image/root.zig").component,
    @import("timeline/root.zig").component,
};