index.js 122 Bytes
import partyPagination from './pagination'
import partyTable from './table'
export {
    partyPagination,
    partyTable
}