diff options
Diffstat (limited to 'ui/app/components/loading-screen/index.js')
-rw-r--r-- | ui/app/components/loading-screen/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/loading-screen/index.js b/ui/app/components/loading-screen/index.js new file mode 100644 index 000000000..191d953f7 --- /dev/null +++ b/ui/app/components/loading-screen/index.js @@ -0,0 +1,2 @@ +const LoadingScreen = require('./loading-screen.component') +module.exports = LoadingScreen |