import Box from '@mui/material/Box'; export default function Print() { return (
Screen Only (Hide on print only) Print Only (Hide on screen only)
); }