You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.js 200B

1234567
  1. export const SPEAKER_STATS_RELOAD_INTERVAL = 1000;
  2. export const DISPLAY_SWITCH_BREAKPOINT = 600;
  3. export const RESIZE_SEARCH_SWITCH_CONTAINER_BREAKPOINT = 750;
  4. export const MOBILE_BREAKPOINT = 480;