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.

26 lines (25 loc) 1.18 kB
//widgets import '../widget/lastIssues/index.jsx'; import '../widget/lastdocuments/index.jsx'; import '../widget/lasttools/index.jsx'; import '../widget/lastdeals/index.jsx'; import '../widget/lasttasks/index.jsx'; import '../widget/lastorganizations/index.jsx'; import '../widget/launchPad/index.jsx'; import '../core/components/integrationReports/index.jsx'; //entity related import '../widget/entity/entityOrganizationHeader/index.jsx'; import '../widget/entity/entitySourceAndProfile/index.jsx'; import '../widget/entity/entitySocialOverview/index.jsx'; import '../widget/entity/entityPersonList/index.jsx'; import '../widget/entity/entitySuggestedSearch/index.jsx'; import '../widget/entity/entityHeader/index.jsx'; import '../widget/entity/entityProperty/index.jsx'; import '../widget/entity/entityPreview/index.jsx'; import '../widget/entity/entityFramePreview/index.jsx'; import '../widget/entity/entityTimeToRead/index.jsx'; import '../widget/entity/entityDiscussion/index.jsx'; import '../widget/entity/entityFactWidget/index.jsx'; import '../widget/lastgenerics/index.jsx'; import '../widget/entity/entityFrame/index.jsx'; import '../widget/entity/entityKPI/index.jsx';