tta-elastic/src/utils/size.js

2 lines
56 B
JavaScript

export const isMobile = () => window.innerWidth <= 700;