/**
* @author [Tristan Valcke]{@link https://github.com/Itee}
* @license [BSD-3-Clause]{@link https://opensource.org/licenses/BSD-3-Clause}
*
* @file Intermediary export file for uis/displays/tables folder
*
*/
export { default as TColumn } from './TColumn'
export { default as TRow } from './TRow'
export { default as TTable } from './TTable'
export { default as TTableHeader } from './TTableHeader'