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

@ -21,7 +21,6 @@ import * as Setting from "./Setting";
import * as UserBackend from "./backend/UserBackend";
import i18next from "i18next";
import BaseListPage from "./BaseListPage";
import * as path from "path";
class UserListPage extends BaseListPage {
constructor(props) {