import { HiOutlineUsers } from "react-icons/hi2"; import UserRow from "./UserRow"; type HostsContainerProps = { hosts: string[]; }; export default function HostsContainer({ hosts }: HostsContainerProps) { return (