This commit is contained in:
2025-09-05 17:23:57 +02:00

View File

@@ -1,4 +1,4 @@
import { render } from "solid-js/web";
import App from "./src/app";
import App from "./src/App";
render(() => <App />, document.getElementById("root")!);