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.
38 lines (36 loc) • 721 B
JavaScript
import core from './core';
import provider from './provider';
import user from './user';
import boarding from './boarding';
import issue from './issue';
import document from './document';
import organization from './organization';
import tool from './tool';
import deal from './deal';
import task from './task';
import entity from './entity';
import search from './search';
import follow from './follow';
import insight from './insight';
import wms from './wms';
import auth from './auth';
import askForLead from './askForLead';
export default {
core,
provider,
user,
boarding,
issue,
document,
organization,
tool,
deal,
task,
entity,
search,
follow,
insight,
wms,
auth,
askForLead,
};