From 89494b62fca9cf0fb97ec8eb3c950d61e346a8ef Mon Sep 17 00:00:00 2001 From: Alexander Bentkamp Date: Thu, 14 Dec 2023 22:51:45 +0100 Subject: [PATCH] fix import --- client/src/app.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/app.tsx b/client/src/app.tsx index 3521e2f..871c226 100644 --- a/client/src/app.tsx +++ b/client/src/app.tsx @@ -11,7 +11,6 @@ import './css/app.css'; import { MobileContext } from './components/infoview/context'; import { useMobile } from './hooks'; import { AUTO_SWITCH_THRESHOLD, getWindowDimensions} from './state/preferences'; -import { connection } from './connection'; export const GameIdContext = React.createContext(undefined);