安装less

This commit is contained in:
禺狨
2023-03-03 13:50:50 +08:00
parent b4d66982ad
commit 4fa5daa326
37 changed files with 2012 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
import ReactDOM from "react-dom/client";
import "./index.css";
import "./index.less";
import App from "./App";
import reportWebVitals from "./reportWebVitals";
import { BrowserRouter } from "react-router-dom";