aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/modals/index.js')
-rw-r--r--ui/app/components/modals/index.js5
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,
-}