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