const appEnv = window.localStorage.getItem('APP_ENVIRONMENT'); if (appEnv === 'production'){
}