diff --git a/src/components/ConnectionRequired.tsx b/src/components/ConnectionRequired.tsx index 62e5f66113..41af3a2c21 100644 --- a/src/components/ConnectionRequired.tsx +++ b/src/components/ConnectionRequired.tsx @@ -3,7 +3,7 @@ import { Outlet, useNavigate } from 'react-router-dom'; import alert from './alert'; import { appRouter } from './appRouter'; -import Loading from './loading/Loading'; +import Loading from './loading/LoadingComponent'; import ServerConnections from './ServerConnections'; import globalize from '../scripts/globalize'; diff --git a/src/components/loading/Loading.tsx b/src/components/loading/LoadingComponent.tsx similarity index 100% rename from src/components/loading/Loading.tsx rename to src/components/loading/LoadingComponent.tsx