summaryrefslogtreecommitdiff
path: root/client/modalImage/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/modalImage/index.js')
-rw-r--r--client/modalImage/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/modalImage/index.js b/client/modalImage/index.js
new file mode 100644
index 00000000..ebb3bb72
--- /dev/null
+++ b/client/modalImage/index.js
@@ -0,0 +1,7 @@
+import ModalImage from './modalImage.container.js'
+
+import './modal.css'
+
+export {
+ ModalImage
+} \ No newline at end of file