"use strict"; import UITable from './UITable.mjs'; import UIGauge from './UIGauge.mjs'; export default { table: UITable, gauge: UIGauge };