'use client' import { deleteNeighborhoodAction } from '@/app/actions' import { Trash } from 'lucide-react' export function DeleteButton({ id }: { id: string }) { return ( ) }