mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
fixed warnings
This commit is contained in:
parent
30a268cd02
commit
414739a7d1
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as DB from "./db";
|
||||
import Config, * as UpdateConfig from "./config";
|
||||
import Config from "./config";
|
||||
|
||||
export function update() {
|
||||
$(".pageAccount .timePbTable tbody").html(`
|
||||
|
|
|
@ -3,7 +3,7 @@ import * as TestStats from "./test-stats";
|
|||
import * as ThemeColors from "./theme-colors";
|
||||
import * as Misc from "./misc";
|
||||
import * as Account from "./account";
|
||||
import Config, * as UpdateConfig from "./config";
|
||||
import Config from "./config";
|
||||
|
||||
export let result = new Chart($("#wpmChart"), {
|
||||
type: "line",
|
||||
|
|
|
@ -3,7 +3,7 @@ import * as Notifications from "./notifications";
|
|||
import * as DB from "./db";
|
||||
import axiosInstance from "./axios-instance";
|
||||
import * as Misc from "./misc";
|
||||
import Config, * as UpdateConfig from "./config";
|
||||
import Config from "./config";
|
||||
|
||||
let currentLeaderboard = "time_15";
|
||||
|
||||
|
|
Loading…
Reference in a new issue