"use client"; export function DeleteButton({ confirmText, label = "Sil" }: { confirmText: string; label?: string }) { return ( ); }