初步框架

This commit is contained in:
禺狨
2023-03-01 17:26:17 +08:00
parent 46a8387515
commit 3dff7f139d
25 changed files with 36399 additions and 6545 deletions

View File

@@ -1,11 +1,12 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import React from "react";
import ReactDOM from "react-dom/client";
import "./index.css";
import App from "./App";
import reportWebVitals from "./reportWebVitals";
import "./utils/axios";
const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement
document.getElementById("root") as HTMLElement
);
root.render(
<React.StrictMode>