"use client"; import { FiEdit2 } from "react-icons/fi"; export function EditButton({ onClick }: { onClick: () => void }) { return (
Edit
); }