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

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")!);