case sensitive App

This commit is contained in:
Magnus von Wachenfeldt 2025-09-05 17:13:20 +02:00
parent ecd0d5a3d2
commit 596fe5159a
Signed by: magnus
GPG Key ID: A469F7D71D09F795

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