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

@ -19,7 +19,6 @@ import moment from "moment";
import * as Setting from "./Setting";
import * as TokenBackend from "./backend/TokenBackend";
import i18next from "i18next";
import * as ResourceBackend from "./backend/ResourceBackend";
import BaseListPage from "./BaseListPage";
class TokenListPage extends BaseListPage {