import { makeStyles } from 'tss-react/mui'; export const useStyles = makeStyles()({ list: { height: '100%', overflowY: 'auto' } });