mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-17 14:01:20 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
4
app/utils/mobile.ts
Normal file
4
app/utils/mobile.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export function isMobile() {
|
||||
// we use sm: as the breakpoint for mobile. It's currently set to 640px
|
||||
return globalThis.innerWidth < 640;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue