missing exports

This commit is contained in:
Jack 2020-12-13 03:45:57 +00:00
parent 07891e306a
commit ea76ba5ac9

View file

@ -15,6 +15,8 @@ import {
db_getUserHighestWpm,
db_getLocalPB,
db_saveLocalPB,
db_getLocalTagPB,
db_saveLocalTagPB,
} from "./db";
import { showBackgroundLoader, hideBackgroundLoader } from "./dom-util";