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