"use client"; import { Printer } from "lucide-react"; import { buttonCls } from "@/components/work-orders/button-cls"; /** Opens the browser print dialog (buttons are hidden in print by globals.css). */ export function PrintButton({ label }: { label: string }) { return ( ); }