case sensitive App
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { render } from "solid-js/web";
|
import { render } from "solid-js/web";
|
||||||
import App from "./src/app";
|
import App from "./src/App";
|
||||||
|
|
||||||
render(() => <App />, document.getElementById("root")!);
|
render(() => <App />, document.getElementById("root")!);
|
||||||
|
|||||||
Reference in New Issue
Block a user