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