Remove unused import

This commit is contained in:
Otard95 2021-06-03 19:57:27 +02:00
parent 908484d3d0
commit f45cdccbb9

View file

@ -1,7 +1,7 @@
import * as TestLogic from "./test-logic";
import * as ThemeColors from "./theme-colors";
import * as UI from "./ui";
import Config, * as UpdateConfig from "./config";
import Config from "./config";
/**
* @typedef {{ x: number, y: number }} vec2