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

@ -17,7 +17,7 @@ import i18next from "i18next";
import React from "react";
import * as Setting from "./Setting"
import * as UserBackend from "./backend/UserBackend"
import {CountDownInput} from "./component/CountDownInput";
import {CountDownInput} from "./common/CountDownInput";
import {MailOutlined, PhoneOutlined} from "@ant-design/icons";
export const ResetModal = (props) => {