mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 15:05:15 +08:00
missing import
This commit is contained in:
parent
c08daa493a
commit
34c0d52f62
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import * as UI from "./ui";
|
||||
|
||||
export function loading(truefalse) {
|
||||
if (truefalse) {
|
||||
$("#top #menu .account .icon").html(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue