chore: remove unused import

This commit is contained in:
Miodec 2024-03-13 00:15:50 +01:00
parent bbb2644d87
commit cadf6502ef

View file

@ -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";