export const MOBILE = (typeof window !== 'undefined') ? (window.screen.availWidth < 800) : true;