mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
missing exports
This commit is contained in:
parent
07891e306a
commit
ea76ba5ac9
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ import {
|
|||
db_getUserHighestWpm,
|
||||
db_getLocalPB,
|
||||
db_saveLocalPB,
|
||||
db_getLocalTagPB,
|
||||
db_saveLocalTagPB,
|
||||
} from "./db";
|
||||
|
||||
import { showBackgroundLoader, hideBackgroundLoader } from "./dom-util";
|
||||
|
|
Loading…
Reference in a new issue