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