import React from "react"; import { HiOutlineDotsVertical } from "react-icons/hi"; export default function HeadInput({ onClick }) { return (
) }