Add web frontend
This commit is contained in:
5
web/src/main.tsx
Normal file
5
web/src/main.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { render } from "preact";
|
||||
import App from "./App";
|
||||
import "./index.css";
|
||||
|
||||
render(<App />, document.getElementById("app")!);
|
||||
Reference in New Issue
Block a user