Fix frontend warnings.

This commit is contained in:
Gucheng Wang
2022-04-25 20:00:57 +08:00
parent 3e92d761b9
commit 4263af6f2c
5 changed files with 4 additions and 6 deletions

View File

@ -18,8 +18,6 @@ import * as Setting from "../Setting";
import i18next from "i18next";
import * as UserBackend from "../backend/UserBackend";
import {SafetyOutlined} from "@ant-design/icons";
import * as Util from "../auth/Util";
import {isValidEmail, isValidPhone} from "../Setting";
const { Search } = Input;