aboutsummaryrefslogtreecommitdiff
path: root/src/web/component/root.zig
blob: ba2f5658cefbce09a6dd21ab9e6fbf2e8c5ac9c7 (plain)
1
2
3
4
5
6
7
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,
};