mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
2 lines
69 B
TypeScript
2 lines
69 B
TypeScript
export const BREAKPOINTS = { sm: 640, md: 768, lg: 1024, xl: 1280 };
|