summaryrefslogtreecommitdiff
path: root/scraper/client/paper/index.js
diff options
context:
space:
mode:
authorAdam Harvey <adam@ahprojects.com>2019-04-03 14:35:41 +0200
committerAdam Harvey <adam@ahprojects.com>2019-04-03 14:35:41 +0200
commit0224090a9dcc79de897871cfa573f99cf8f005a5 (patch)
treeec5967fa3d6ca197af1ac12092fe168fdf499d48 /scraper/client/paper/index.js
parent04677d60e9e867a6d02fa2c99f07f83dff6e6005 (diff)
parentdf707e4316c79375499974fb2a3443f1c049b93c (diff)
.
Diffstat (limited to 'scraper/client/paper/index.js')
-rw-r--r--scraper/client/paper/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/scraper/client/paper/index.js b/scraper/client/paper/index.js
index 99672684..9346234a 100644
--- a/scraper/client/paper/index.js
+++ b/scraper/client/paper/index.js
@@ -1,7 +1,6 @@
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'
@@ -13,7 +12,6 @@ export {
Manager,
Info,
Citations,
- UnknownCitations,
Random,
Address,
Verify,