mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
fixed tags not showing up above words. closes #1109
This commit is contained in:
parent
60dcfba525
commit
cf7e645c77
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as Notifications from "./notification-center";
|
||||
import * as ThemeColors from "./theme-colors";
|
||||
import Config from "./config";
|
||||
import * as DB from "./config";
|
||||
import * as DB from "./db";
|
||||
|
||||
export let currentWordElementIndex = 0;
|
||||
export let resultVisible = false;
|
||||
|
|
Loading…
Reference in a new issue