fix: remove monorepo
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user