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.
13 lines • 410 B
JavaScript
module.exports = {
entity: require( './entity' ),
validation: require( './validation' ),
collection: require( './collection' ),
object: require( './object' ),
image: require( './image' ),
func: require( './func' ),
provider: require( './provider' ),
string: require( './string' ),
array: require( './array' ),
url: require('./url'),
browser: require('./browser'),
};