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) 850 B
var token = "w34peWJvOqfps344dBcAj9UdcVSk59Upq7iqmP3duEOsBUr_uu1MHm-Utd6XO4HKdJqEU4u8N7esXg4zUSx6eSwqZ1kR6vJNtYw4ZsvFAV0yE9Fkx7hmeQzCiMmfSwmpUG_HBxP_9GBtK6JO6YzZXcxElItmO5hei0CtDBVHCzEApFm92agDAumj2y3FJ3wQRsqJCPmpoGA2suPqVgcW0hN5xahLdUYrvJ0shPxMich1dXE3ZcnRQyHeDgv8z3FONuv79Ouu7ZDUpGSdd5O-0HrW2R59OqjK2qxARcMlV_4YuaeeuV1zXZ93vnJe4psEmWSBzv9Es6OJjUG7LeEiMLJwV_dVeDtuBP4634Pv6Vs_coOBw31b4bWcDJqRHdjCHM8q-MM0Dfk-84ali2AYNGqaFaEluG_uEhoHZF4h-6dwMM6QjymVcnHu3p4Hr7Z4D93BarL2KruyIS1yGzEtzqcXo0T94mPqqhJknzvD4zRb5wTw117mAwooDNWDrPlnV-lYCMPNrVsZHNlvHAgfZ3WbWTQ"; var org = "altech"; var env = "test"; 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; }