mirror of
https://github.com/vercel/commerce.git
synced 2025-07-07 21:31:22 +00:00
3 lines
66 B
TypeScript
3 lines
66 B
TypeScript
export function isMobile() {
|
|
return window.innerWidth <= 768
|
|
} |