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