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