diff options
| author | Adam Harvey <adam@ahprojects.com> | 2019-04-03 14:35:41 +0200 |
|---|---|---|
| committer | Adam Harvey <adam@ahprojects.com> | 2019-04-03 14:35:41 +0200 |
| commit | 0224090a9dcc79de897871cfa573f99cf8f005a5 (patch) | |
| tree | ec5967fa3d6ca197af1ac12092fe168fdf499d48 /client/modalImage/index.js | |
| parent | 04677d60e9e867a6d02fa2c99f07f83dff6e6005 (diff) | |
| parent | df707e4316c79375499974fb2a3443f1c049b93c (diff) | |
.
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 |
