aboutsummaryrefslogtreecommitdiff
path: root/modern/src/other/ChangeServerPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/other/ChangeServerPage.js')
-rw-r--r--modern/src/other/ChangeServerPage.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/modern/src/other/ChangeServerPage.js b/modern/src/other/ChangeServerPage.js
index 1862ecbd..edce3cd7 100644
--- a/modern/src/other/ChangeServerPage.js
+++ b/modern/src/other/ChangeServerPage.js
@@ -1,7 +1,9 @@
import React, { useState } from 'react';
import ElectricalServicesIcon from '@mui/icons-material/ElectricalServices';
import { makeStyles } from '@mui/styles';
-import { Autocomplete, Button, Container, TextField } from '@mui/material';
+import {
+ Autocomplete, Button, Container, TextField,
+} from '@mui/material';
import { useTranslation } from '../common/components/LocalizationProvider';
const currentServer = `${window.location.protocol}//${window.location.host}`;