Refactor CountDownInput.

This commit is contained in:
Gucheng Wang
2022-01-07 20:34:27 +08:00
parent 69e0f4e40d
commit 728fe11a3c
5 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ import * as ApplicationBackend from "../backend/ApplicationBackend";
import * as Util from "./Util";
import * as Setting from "../Setting";
import i18next from "i18next";
import {CountDownInput} from "../component/CountDownInput";
import {CountDownInput} from "../common/CountDownInput";
import * as UserBackend from "../backend/UserBackend";
import {CheckCircleOutlined, KeyOutlined, LockOutlined, SolutionOutlined, UserOutlined} from "@ant-design/icons";
import CustomGithubCorner from "../CustomGithubCorner";