From cadf6502efdc3973c97315f62f801f8d2cda7661 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 13 Mar 2024 00:15:50 +0100 Subject: [PATCH] chore: remove unused import --- frontend/src/ts/pages/test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/ts/pages/test.ts b/frontend/src/ts/pages/test.ts index 306243534..612350412 100644 --- a/frontend/src/ts/pages/test.ts +++ b/frontend/src/ts/pages/test.ts @@ -1,5 +1,4 @@ import * as TestStats from "../test/test-stats"; -import * as TestUI from "../test/test-ui"; import * as ManualRestart from "../test/manual-restart-tracker"; import * as TestLogic from "../test/test-logic"; import * as Funbox from "../test/funbox/funbox";