diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 19:03:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 19:03:06 +0200 |
| commit | 77e2b579bc42b6c36f82dba246561293049e73f8 (patch) | |
| tree | 2ae0a2474dcc84f43e6753a0718866a7f0e75375 /scraper/client/app.js | |
| parent | 4f9d68e6b546559bd80c93b2de3a42f554589d24 (diff) | |
adding chart... whole verify app working nicer
Diffstat (limited to 'scraper/client/app.js')
| -rw-r--r-- | scraper/client/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scraper/client/app.js b/scraper/client/app.js index b449d0d0..366d4098 100644 --- a/scraper/client/app.js +++ b/scraper/client/app.js @@ -17,7 +17,6 @@ export default class App extends Component { <Switch> <Route exact path="/paper/:key/" component={Paper.Info} /> <Route exact path="/paper/:key/citations/" component={Paper.Citations} /> - <Route exact path="/paper/:key/unknown/" component={Paper.UnknownCitations} /> <Route exact path="/paper/:key/info/" component={Paper.Info} /> <Route exact path="/paper/:key/random/" component={Paper.Random} /> <Route exact path="/paper/:key/address/:sha256" component={Paper.Address} /> |
