import './print.css' export default function PrintLayout({ children }: { children: React.ReactNode }) { return <>{children} }