diff options
author | crupest <crupest@outlook.com> | 2021-06-26 18:46:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-26 18:46:58 +0800 |
commit | 29da3cef05ef138af2028ad44a27d706e9ae2df8 (patch) | |
tree | 91e651c098e52a5a709cb780ba7847a8f6ec586a /FrontEnd/src/views/login/index.tsx | |
parent | fa540c046d126449f77e46edd379bbc84e02d05d (diff) | |
download | timeline-29da3cef05ef138af2028ad44a27d706e9ae2df8.tar.gz timeline-29da3cef05ef138af2028ad44a27d706e9ae2df8.tar.bz2 timeline-29da3cef05ef138af2028ad44a27d706e9ae2df8.zip |
...
Diffstat (limited to 'FrontEnd/src/views/login/index.tsx')
-rw-r--r-- | FrontEnd/src/views/login/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/login/index.tsx b/FrontEnd/src/views/login/index.tsx index 55bd2f8c..89aeb47a 100644 --- a/FrontEnd/src/views/login/index.tsx +++ b/FrontEnd/src/views/login/index.tsx @@ -5,7 +5,7 @@ import { useTranslation } from "react-i18next"; import { useUser, userService } from "@/services/user"; import AppBar from "../common/AppBar"; -import LoadingButton from "../common/LoadingButton"; +import LoadingButton from "../common/button/LoadingButton"; import "./index.css"; |