package components import ( "git.staur.ca/stobbsm/clustvirt/lib/host" ) // HostInfo is meant to be an HTMX response templ HostInfo(h *host.Host) { @templ.Raw(h.ChartMemory()) }