meshtastic/src/utils/breakpoints.ts
Sacha Weatherstone f89b477cbb Hardwar page work
2022-04-09 18:54:54 +10:00

2 lines
69 B
TypeScript

export const BREAKPOINTS = { sm: 640, md: 768, lg: 1024, xl: 1280 };