⬆️ Update depdencies (HMR 🎉)

This commit is contained in:
Alexandre
2021-02-20 16:46:23 +01:00
parent d0d5df3e64
commit eea5bb6c27
12 changed files with 394 additions and 819 deletions
+1 -6
View File
@@ -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"));