mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-30 17:47:28 +01:00
2 lines
61 B
TypeScript
2 lines
61 B
TypeScript
export const isMobile = useMediaQuery("(max-width: 770px)");
|