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