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

@ -38,7 +38,7 @@ import AppleLoginButton from "./AppleLoginButton"
import AzureADLoginButton from "./AzureADLoginButton";
import SlackLoginButton from "./SlackLoginButton";
import CustomGithubCorner from "../CustomGithubCorner";
import {CountDownInput} from "../component/CountDownInput";
import {CountDownInput} from "../common/CountDownInput";
class LoginPage extends React.Component {
constructor(props) {