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

@ -21,7 +21,7 @@ import i18next from "i18next";
import * as Util from "./Util";
import {authConfig} from "./Auth";
import * as ApplicationBackend from "../backend/ApplicationBackend";
import {CountDownInput} from "../component/CountDownInput";
import {CountDownInput} from "../common/CountDownInput";
import SelectRegionBox from "../SelectRegionBox";
import CustomGithubCorner from "../CustomGithubCorner";