Auto-prettification
This commit is contained in:
parent
68f2277def
commit
c316d49957
|
@ -3,4 +3,4 @@ import { useWindowSize } from 'web/hooks/use-window-size'
|
||||||
export function useIsMobile() {
|
export function useIsMobile() {
|
||||||
const { width } = useWindowSize()
|
const { width } = useWindowSize()
|
||||||
return (width ?? 0) < 600
|
return (width ?? 0) < 600
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user