Auto-prettification

This commit is contained in:
IanPhilips 2022-09-16 15:30:09 +00:00 committed by github-actions[bot]
parent 68f2277def
commit c316d49957

View File

@ -3,4 +3,4 @@ import { useWindowSize } from 'web/hooks/use-window-size'
export function useIsMobile() {
const { width } = useWindowSize()
return (width ?? 0) < 600
}
}