import { PrinterView } from "@/app/components/printer/printer-view";

export default function PrinterPage() {
  return <PrinterView />;
}
