We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f408c72 commit 052fe00Copy full SHA for 052fe00
panel/src/pages/auth/Login.tsx
@@ -10,6 +10,7 @@ import './cfxreLoginButton.css';
10
import { useLocation } from "wouter";
11
import { fetchWithTimeout } from '@/hooks/fetch';
12
import { processFetchError } from './errors';
13
+import { ServerGlowIcon } from '@/components/serverIcon';
14
15
16
function HeaderNoServer() {
0 commit comments