/**
 * Number of months to look ahead/behind when probing for nearest bookings
 * in calendar view navigation. This determines how far the navigation
 * probe queries will search for bookings.
 */
export const NAVIGATION_PROBE_WINDOW_MONTHS = 3;
