chore: clean up code by removing trailing whitespace and ensuring consistent formatting across various files = prettier
This commit is contained in:
@@ -22,7 +22,7 @@ export function useIsMobile() {
|
||||
|
||||
const mql = window.matchMedia(`(max-width: ${MOBILE_BREAKPOINT - 1}px)`);
|
||||
mql.addEventListener("change", checkMobile);
|
||||
|
||||
|
||||
return () => mql.removeEventListener("change", checkMobile);
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user