diff options
Diffstat (limited to 'ui/app/components/modals/index.js')
-rw-r--r-- | ui/app/components/modals/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modals/index.js b/ui/app/components/modals/index.js index e2e367af0..1db1d33d4 100644 --- a/ui/app/components/modals/index.js +++ b/ui/app/components/modals/index.js @@ -2,4 +2,4 @@ const Modal = require('./modal') module.exports = { Modal, -}
\ No newline at end of file +} |