3 lines
105 B
TypeScript
3 lines
105 B
TypeScript
|
/* Screen widths less than this will be treated as mobile */
|
||
|
export const DESKTOP_WIDTH_THRESHOLD = 800;
|