cluedin-widget
Version:
This is the project for creating and managing widgets in CluedIn.
26 lines (23 loc) • 938 B
JavaScript
import '../core/global'
//widgets
import '../widget/onBoarding/index.jsx'
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/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'
//person
import '../widget/person/personProfile/index.jsx'
//boostrap
import '../core/components/bootstrap.jsx'