import { MenuAlt4Icon } from "@heroicons/react/outline" import clsx from "clsx" import React from "react" import { linkClass } from "./components" export function PopoverMenu({ children }: { children: React.ReactNode }) { return (