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