removed unused import

This commit is contained in:
Jack 2021-09-14 13:52:45 +01:00
parent c82026daa1
commit 43831b7ae6

View file

@ -1,6 +1,5 @@
import * as TestLogic from "./test-logic";
import Config from "./config";
import * as Funbox from "./funbox";
import * as Misc from "./misc";
import * as TestStats from "./test-stats";