summaryrefslogtreecommitdiff
path: root/client/datasetList/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/datasetList/index.js')
-rw-r--r--client/datasetList/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/datasetList/index.js b/client/datasetList/index.js
new file mode 100644
index 00000000..5c32b960
--- /dev/null
+++ b/client/datasetList/index.js
@@ -0,0 +1,5 @@
+import Container from './datasetList.container'
+
+export {
+ Container,
+}