diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-01 19:50:48 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-01 19:50:48 +0200 |
| commit | 54a9853e9dce4a2c00208c80e49b6d6497d50886 (patch) | |
| tree | f589646658c17ff6c2870fe008d508daf6b04118 /client/table/index.js | |
| parent | 79ca5c75243e4d94a7924d1bda8666123f398d9c (diff) | |
| parent | 83858f95425278d44e7f39177e141e7b82c0022c (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'client/table/index.js')
| -rw-r--r-- | client/table/index.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/table/index.js b/client/table/index.js new file mode 100644 index 00000000..c741f33e --- /dev/null +++ b/client/table/index.js @@ -0,0 +1,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, +}
\ No newline at end of file |
