mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
use App.jsx
as vite entry
This commit is contained in:
parent
6d14778682
commit
74ab0045e5
@ -7,6 +7,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script type="module" src="/src/vite.entry.jsx"></script>
|
<script type="module" src="/src/App.jsx"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -1,5 +0,0 @@
|
|||||||
import React from "react"
|
|
||||||
import ReactDOM from "react-dom"
|
|
||||||
import App from "./App"
|
|
||||||
|
|
||||||
ReactDOM.render(<App />, document.getElementById("root"))
|
|
Loading…
x
Reference in New Issue
Block a user