diff options
Diffstat (limited to 'frontend/views/upload/upload.container.js')
| -rw-r--r-- | frontend/views/upload/upload.container.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/views/upload/upload.container.js b/frontend/views/upload/upload.container.js index 0096b4f..ea9df5a 100644 --- a/frontend/views/upload/upload.container.js +++ b/frontend/views/upload/upload.container.js @@ -25,11 +25,6 @@ class Container extends Component { } } -/* - <Route exact path='/collection/:id/show/' component={CollectionShow} /> - <Route exact path='/collection/' component={CollectionIndex} /> -*/ - const mapStateToProps = state => ({ upload: state.upload, searchOptions: state.search.options, |
