diff options
author | crupest <crupest@outlook.com> | 2023-07-29 22:41:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-29 22:41:32 +0800 |
commit | 77b03b17a59655c1eeb00e0a818c81f8ea5e326e (patch) | |
tree | 1374a66fb26910171df8eda54db1b61206f8aeba /FrontEnd/src/App.tsx | |
parent | 22e8f24e7f7574915e4c75d3c6a5498f6e621ee8 (diff) | |
download | timeline-77b03b17a59655c1eeb00e0a818c81f8ea5e326e.tar.gz timeline-77b03b17a59655c1eeb00e0a818c81f8ea5e326e.tar.bz2 timeline-77b03b17a59655c1eeb00e0a818c81f8ea5e326e.zip |
...
Diffstat (limited to 'FrontEnd/src/App.tsx')
-rw-r--r-- | FrontEnd/src/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/App.tsx b/FrontEnd/src/App.tsx index 92fe0652..8f2bf6b0 100644 --- a/FrontEnd/src/App.tsx +++ b/FrontEnd/src/App.tsx @@ -7,7 +7,7 @@ import LoadingPage from "./views/common/LoadingPage"; import AboutPage from "./pages/about"; import SettingPage from "./pages/setting"; import Center from "./views/center"; -import Login from "./views/login"; +import Login from "./pages/login"; import Register from "./views/register"; import TimelinePage from "./views/timeline"; import Search from "./views/search"; |