summaryrefslogtreecommitdiff
path: root/scraper/client/paper/index.js
blob: 99672684ce7763ae9b7eefffd78dc2570e6b4c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import Manager from './paper.manager'
import Info from './paper.info'
import Citations from './paper.citations'
import UnknownCitations from './paper.unknown'
import Random from './paper.random'
import Address from './paper.address'
import Verify from './paper.verify'
import './paper.css'

// import './search.css'

export {
  Manager,
  Info,
  Citations,
  UnknownCitations,
  Random,
  Address,
  Verify,
}