chore: pasted multiple lines in env vars
This commit is contained in:
@@ -7,7 +7,6 @@ export default function useWindowResize() {
|
||||
width: window.innerWidth,
|
||||
height: window.innerHeight
|
||||
});
|
||||
console.log('size:', window.innerWidth, window.innerHeight);
|
||||
const [isMobile, setIsMobile] = useState<boolean>(false);
|
||||
const [isTablet, setIsTablet] = useState<boolean>(false);
|
||||
const [isDesktop, setIsDesktop] = useState<boolean>(false);
|
||||
|
||||
Reference in New Issue
Block a user