feat: 更新模板
This commit is contained in:
17
src/main.tsx
17
src/main.tsx
@@ -1,13 +1,12 @@
|
||||
import {StrictMode} from "react";
|
||||
import {createRoot} from "react-dom/client";
|
||||
import "./index.js";
|
||||
import "./index.css";
|
||||
import "./aaa.css";
|
||||
import { StrictMode } from 'react'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
|
||||
import App from "@/pages/app/index";
|
||||
import Home from '@/pages/home/index'
|
||||
|
||||
createRoot(document.getElementById("root")!).render(
|
||||
import './index.css'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
<Home />
|
||||
</StrictMode>,
|
||||
);
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user