import Table from './components/Table'; import Tbody from './components/Tbody'; import Td from './components/Td'; import Th from './components/Th'; import Thead from './components/Thead'; import Tr from './components/Tr'; export { Table, Tbody, Td, Th, Thead, Tr };