MathiasKandelborg/TRUE-framework

View on GitHub
components/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import * as UI_COMPONENTS from './UI'

/**
 * Object holding references to all components
 *
 * Only export used components
 * E.g those that are used outside the `components` folder
 */
export default { ...UI_COMPONENTS }