aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/ChangeServerScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth/ChangeServerScreen.js')
-rw-r--r--src/containers/auth/ChangeServerScreen.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/containers/auth/ChangeServerScreen.js b/src/containers/auth/ChangeServerScreen.js
index 94fc98b61..a8910e7b1 100644
--- a/src/containers/auth/ChangeServerScreen.js
+++ b/src/containers/auth/ChangeServerScreen.js
@@ -43,3 +43,5 @@ ChangeServerScreen.wrappedComponent.propTypes = {
43 router: PropTypes.instanceOf(RouterStore).isRequired, 43 router: PropTypes.instanceOf(RouterStore).isRequired,
44 }).isRequired, 44 }).isRequired,
45}; 45};
46
47export default ChangeServerScreen;