diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-30 17:27:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-30 17:27:04 +0200 |
| commit | 0890fdd951d021308550a0db2e7b6f2593512957 (patch) | |
| tree | a0050b153242ccde662fc0a957a79fc7a7edc4b4 /frontend/views/index.js | |
initial site copied in
Diffstat (limited to 'frontend/views/index.js')
| -rw-r--r-- | frontend/views/index.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/views/index.js b/frontend/views/index.js new file mode 100644 index 0000000..d1e4243 --- /dev/null +++ b/frontend/views/index.js @@ -0,0 +1,11 @@ +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' |
