aboutsummaryrefslogtreecommitdiff
path: root/src/web/component/timeline/root.zig
blob: 9faa40ecb251e0aa9000e80657c42ecb7f2a5b4d (plain)
1
2
3
4
5
6
7
8
const z = @import("z");

pub const component: z.Component = .{
    .name = .timeline,
    .body = @embedFile("index.html"),
    .style = @embedFile("index.css"),
    .script = @embedFile("index.js"),
};