import { makeStyles } from 'tss-react/mui'; export const useStyles = makeStyles()({ papper: { backgroundColor: 'transparent', border: 'initial', height: '90vh' } });