summaryrefslogtreecommitdiff
path: root/client/table/index.js
blob: 492a6ab3077b5a5a525bb17c7fbebcf246d19f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import 'react-tabulator/lib/styles.css'
//import 'react-tabulator/lib/css/tabulator_midnight.css'
import 'react-tabulator/lib/css/semantic-ui/tabulator_semantic-ui.css'
import './tabulator.css'

import CitationsTable from './citations.table'
import FileTable from './file.table'

export {
  CitationsTable,
  FileTable,
}