()
| 70 | }); |
| 71 | |
| 72 | function handleWindowWidthChange() { |
| 73 | let windowWidth = window.innerWidth; |
| 74 | let breakpointWidth = theme.breakpoints.values.md; |
| 75 | let isSmallScreen = windowWidth < breakpointWidth; |
| 76 | setSmall(isSmallScreen); |
| 77 | } |
| 78 | |
| 79 | return ( |
| 80 | <AppBar position='fixed' className={classes.appBar}> |
no outgoing calls
no test coverage detected