"use client"; import { Input } from "@/shared/components"; /** Reusable endpoint row component */ export default function EndpointRow({ label, url, copyId, copied, onCopy, badge, actions }) { return (