export const isIOS = /iPad|iPhone|iPod/.test(navigator.userAgent)
export const isMobileDevice = /iPhone|Android/.test(navigator.userAgent)