diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 20:35:50 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-02 20:35:50 +0200 |
| commit | f58d41731fc07d94d594d5582aef203564f990ec (patch) | |
| tree | 0224ecd6801a61e6c6e4a8c7be6c4f7a3dd2e649 /client/modalImage/index.js | |
| parent | ee2fa8546b9620c156bbb36d5131a2369950629e (diff) | |
modal image gallery
Diffstat (limited to 'client/modalImage/index.js')
| -rw-r--r-- | client/modalImage/index.js | 7 |
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 |
