import { navbar } from "@hedia/hexui/components/navbar";
import { a, h2 } from "@hedia/html/elements";
import { chevRightOutlineIcon } from "@hedia/iconly/outline";
export default function () {
return navbar(h2("Title"), a({ href: "#" }, chevRightOutlineIcon()));
}