2021-09-09 22:46:41 +00:00
|
|
|
export const SPEAKER_STATS_RELOAD_INTERVAL = 1000;
|
2021-12-28 14:35:21 +00:00
|
|
|
|
|
|
|
export const DISPLAY_SWITCH_BREAKPOINT = 600;
|
|
|
|
|
|
|
|
export const RESIZE_SEARCH_SWITCH_CONTAINER_BREAKPOINT = 750;
|
|
|
|
|
|
|
|
export const MOBILE_BREAKPOINT = 480;
|