diff options
author | crupest <crupest@outlook.com> | 2021-06-03 15:03:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-03 15:03:33 +0800 |
commit | e309a0e049da1275797a8a55522a310621bd69e3 (patch) | |
tree | fd05ea290df953b460c1465f9668964662d068d0 /FrontEnd/src/app/index.tsx | |
parent | 456341faf13470fc1eed5601e7beeb45e0613f7d (diff) | |
download | timeline-e309a0e049da1275797a8a55522a310621bd69e3.tar.gz timeline-e309a0e049da1275797a8a55522a310621bd69e3.tar.bz2 timeline-e309a0e049da1275797a8a55522a310621bd69e3.zip |
build: Remove a unused package.
Diffstat (limited to 'FrontEnd/src/app/index.tsx')
-rw-r--r-- | FrontEnd/src/app/index.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FrontEnd/src/app/index.tsx b/FrontEnd/src/app/index.tsx index 64a2cd1f..fb0c8899 100644 --- a/FrontEnd/src/app/index.tsx +++ b/FrontEnd/src/app/index.tsx @@ -14,4 +14,8 @@ import App from "./App"; import "./palette"; +import { userService } from "./services/user"; + +void userService.checkLoginState(); + ReactDOM.render(<App />, document.getElementById("app")); |