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