Add missing file

This commit is contained in:
nymkappa 2022-08-04 12:49:07 +02:00
parent 7b73d1c4dc
commit 22f15926c8

View File

@ -0,0 +1,3 @@
export function isMobile() {
return (window.innerWidth <= 767.98);
}