3 lines
175 B
Zig
3 lines
175 B
Zig
pub fn _zx_md(ctx: *@import("zx").ComponentCtx(struct { children: @import("zx").Component })) @import("zx").Component {
|
|
return (<h1 @allocator={ctx.allocator}>hi</h1>);
|
|
}
|