UNPKG

cluedin-widget

Version:

This project contains all the pages needed for browsing entities and searching them. The aim is to replace the CluedIn.Webapp project with this one when all the pages ( including the Admin page ) will be ported to REACT.

17 lines (15 loc) 877 B
var token = "0WiInZmjUMSfItuTlP-iigTIllLkdHYk55IahSvkp5Ii670maFBvkAOq44M9JRnbinrxa3f3NjzX3NA8S7NDuyI1xPb3SNUsYyE18f7gwxraQXaoPYYTWRDgzcVjX4_YRLpEYb5xCQg54oIlMr0c7zfCZoCdclUHq9GM6EXbIb7ZBK3eqJsHdP0ne4Do7IyqNWHYT16zd3UHuhZEVNVWSE6cO1daIuKotL1KQYlyTHAGR2H_03Mq7OELq2owBZaKII2Yn-5DYetOciHzQXdw42PB-IsysjFlj9fU614F--GG1WO0H7RnlwUDgyRBP5DtpT5ISDmQBnHzG_WEVBgT-u6tY8PIlCId8PRi3am78GgNdNBb-gg2BeKEDhyHM2CI68ZNLZNAJaX6BVWl9PGJnNoaD-rLJUwZanINv5b_usTXRsX4tzC3lwTxX4B3lvY4-3mQOO4-y-VntsWtIJ2aDCKhgBC_ZaaIfg77ciim2Kg5rDnzdXfMVtCri41nIh5xoLRF7onRvjGvhCZ-PosSbfP6EW8khwbQUwHkLJAicyqNBJPo"; var org = "altech"; var env = "development"; if (typeof module !== 'undefined' && module.exports) { module.exports = { org: org, token: token, env: env }; } else { window.__cluedIn = window.__cluedIn || {}; __cluedIn.token = token; __cluedIn.env = env; __cluedIn.org = org; }