add css module compile rule and a login guard

Change-Id: I5c99e236f92d3b6c6d0060b36cf90a252df93a95
diff --git a/src/index.tsx b/src/index.tsx
index e66ba06..4bd29bd 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -4,6 +4,7 @@
 import router from "./route";
 import store from "./store/index";
 import { RouterProvider } from "react-router";
+import './global.css';
 
 const root = createRoot(document.getElementById('root')!)
 root.render(