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

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

export {
  CitationsTable,
  FileTable,
}