mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
use App.jsx
as vite entry
This commit is contained in:
parent
90099d12c9
commit
d5b668996a
@ -7,6 +7,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/vite.entry.jsx"></script>
|
||||
<script type="module" src="/src/App.jsx"></script>
|
||||
</body>
|
||||
</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