aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/index.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-03 15:03:33 +0800
committercrupest <crupest@outlook.com>2021-06-03 15:03:33 +0800
commite309a0e049da1275797a8a55522a310621bd69e3 (patch)
treefd05ea290df953b460c1465f9668964662d068d0 /FrontEnd/src/app/index.tsx
parent456341faf13470fc1eed5601e7beeb45e0613f7d (diff)
downloadtimeline-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.tsx4
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"));