mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
lint warning fix
This commit is contained in:
parent
5fcfbbe263
commit
95c7afcd3e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as Notifications from "./notifications";
|
||||
import * as VersionPopup from "./version-popup";
|
||||
// import * as VersionPopup from "./version-popup";
|
||||
|
||||
function setMemory(v) {
|
||||
window.localStorage.setItem("lastSeenVersion", v);
|
||||
|
|
Loading…
Reference in a new issue