⬆️ Update depdencies (HMR 🎉)
This commit is contained in:
+1
-6
@@ -3,9 +3,4 @@ import { render } from "solid-js/web";
|
||||
import "./index.css";
|
||||
import App from "./App";
|
||||
|
||||
const dispose = render(App, document.getElementById("root"));
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept();
|
||||
import.meta.hot.dispose(dispose);
|
||||
}
|
||||
render(App, document.getElementById("root"));
|
||||
|
||||
Reference in New Issue
Block a user