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.
30 lines (26 loc) • 1.12 kB
JavaScript
import '../core/global'
//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 '../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/entityRelated/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'
//person
import '../widget/person/personProfile/index.jsx'
//boostrap
import '../core/components/bootstrap.jsx'