summaryrefslogtreecommitdiff
path: root/frontend/views/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-01 19:45:15 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-01 19:45:15 +0200
commit3fb522534cff61576ac58ae466a2752585b8c44e (patch)
treebefac10b20e0c07e7e3fa32e77fc1429e8708e53 /frontend/views/index.js
parent288694ae9a61c59dba91e2357fa7785d95a51341 (diff)
setting up the database...
Diffstat (limited to 'frontend/views/index.js')
-rw-r--r--frontend/views/index.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/frontend/views/index.js b/frontend/views/index.js
index d1e4243..5f88c96 100644
--- a/frontend/views/index.js
+++ b/frontend/views/index.js
@@ -1,11 +1 @@
-export { Container as detectionIndex } from './detectionIndex'
-export { Container as featureIndex } from './featureIndex'
-export { Container as import } from './mediaImport'
-export { Container as collection } from './collection'
-export { Container as dashboard } from './dashboard'
-export { Container as detection } from './detection'
-export { Container as modelzoo } from './modelzoo'
-export { Container as search } from './search'
export { Container as upload } from './upload'
-export { Container as media } from './media'
-export { Container as task } from './task'