case sensitive App

This commit is contained in:
2025-09-05 17:13:20 +02:00
parent ecd0d5a3d2
commit 596fe5159a

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