import UITableContainer from './UITableContainer.vue';
import UITable from './UITable.vue';
import UITableHeader from './UITableHeader.vue';
import UITableBody from './UITableBody.vue';
import UITableRow from './UITableRow.vue';
import UITableCell from './UITableCell.vue';
import UITableFooter from './UITableFooter.vue';

export { UITableContainer, UITable, UITableHeader, UITableBody, UITableRow, UITableCell, UITableFooter };
