mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 02:34:43 +08:00
chore: remove unnecessary import
This commit is contained in:
parent
f7a97505db
commit
313468cee3
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
import _ from "lodash";
|
||||
import { isUsernameValid } from "../utils/validation";
|
||||
import { updateUserEmail, updateUserPassword } from "../utils/auth";
|
||||
import { canFunboxGetPb, checkAndUpdatePb } from "../utils/pb";
|
||||
import * as db from "../init/db";
|
||||
import MonkeyError from "../utils/error";
|
||||
|
|
Loading…
Reference in a new issue