commit | 2534d42fa2c21e551d59a4470fe0870c94e3f00c | [log] [tgz] |
---|---|---|
author | San3yuan <1071987081@qq.com> | Tue Apr 08 21:43:18 2025 +0800 |
committer | San3yuan <1071987081@qq.com> | Tue Apr 08 21:43:18 2025 +0800 |
tree | 0a5a01966d12b530bfafd5bdc071adb4c276ce83 | |
parent | 4d0e803afc653801d1841e60853775847f9ba69c [diff] [blame] |
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(