mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 20:59:37 +08:00
Merge branch 'fix/0922' of https://gitee.com/playeduxyz/backend into fix/0922
This commit is contained in:
commit
f0d21a80eb
@ -1,5 +1,3 @@
|
|||||||
@import "./assets/iconfont/iconfont.css";
|
|
||||||
|
|
||||||
@primaryColor: #ff4d4f;
|
@primaryColor: #ff4d4f;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import ReactDOM from "react-dom/client";
|
import ReactDOM from "react-dom/client";
|
||||||
|
import "./assets/iconfont/iconfont.css";
|
||||||
import "./index.less";
|
import "./index.less";
|
||||||
import App from "./App";
|
import App from "./App";
|
||||||
import reportWebVitals from "./reportWebVitals";
|
import reportWebVitals from "./reportWebVitals";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user