summaryrefslogtreecommitdiff
path: root/client/datasetList/index.js
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-03-08 17:29:50 +0100
committeradamhrv <adam@ahprojects.com>2019-03-08 17:29:50 +0100
commit5bcbb24791062b6524c06e2bf2bd4a61965ba6e8 (patch)
tree24627b5b336da71ec9605e22dff3fb54b4d6a83d /client/datasetList/index.js
parent1711097802c4e82b72fc9ff7490236a8a58793c4 (diff)
parente6c50e5550275b8e9d2245201c77c6f9fef7a11a (diff)
working
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,
+}