aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/loading-network-screen/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/loading-network-screen/index.js')
-rw-r--r--ui/app/components/loading-network-screen/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/components/loading-network-screen/index.js b/ui/app/components/loading-network-screen/index.js
index 9d0612f26..726b4b530 100644
--- a/ui/app/components/loading-network-screen/index.js
+++ b/ui/app/components/loading-network-screen/index.js
@@ -1,2 +1 @@
-const LoadingNetworksScreen = require('./loading-network-screen.container')
-module.exports = LoadingNetworksScreen
+export { default } from './loading-network-screen.container'