mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-14 07:54:41 +08:00
Remove unused import
This commit is contained in:
parent
908484d3d0
commit
f45cdccbb9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue