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