From 38c345cfd69a0d20b305d2f6c8e8bf319ea06536 Mon Sep 17 00:00:00 2001 From: VariableVince <24507472+VariableVince@users.noreply.github.com> Date: Wed, 6 May 2026 22:30:21 +0200 Subject: [PATCH] Fix --- src/client/Utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/Utils.ts b/src/client/Utils.ts index 18130f75a..e3c4682c6 100644 --- a/src/client/Utils.ts +++ b/src/client/Utils.ts @@ -12,7 +12,6 @@ import { import { GameConfig } from "../core/Schemas"; import type { LangSelector } from "./LangSelector"; import { Platform } from "./Platform"; -import { get } from "http"; export const TUTORIAL_VIDEO_URL = "https://www.youtube.com/embed/EN2oOog3pSs";