diff options
Diffstat (limited to 'ui/app/components/modals/index.js')
-rw-r--r-- | ui/app/components/modals/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/app/components/modals/index.js b/ui/app/components/modals/index.js new file mode 100644 index 000000000..1db1d33d4 --- /dev/null +++ b/ui/app/components/modals/index.js @@ -0,0 +1,5 @@ +const Modal = require('./modal') + +module.exports = { + Modal, +} |